mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
replacing wrong - with _
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@107609 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a43fa37e14
commit
0d90b68f88
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.DomXsltStylesheet-result-dump-mem">
|
||||
<refnamediv>
|
||||
<refname>DomXsltStylesheet->result-dump-mem</refname>
|
||||
<refname>DomXsltStylesheet->result_dump_mem</refname>
|
||||
<refpurpose>
|
||||
Dumps the result from a XSLT-Transformation back into a string
|
||||
</refpurpose>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>DomXsltStylesheet->result-dump-mem</methodname>
|
||||
<type>string</type><methodname>DomXsltStylesheet->result_dump_mem</methodname>
|
||||
<methodparam><type>object</type><parameter>DomDocument</parameter></methodparam>
|
||||
|
||||
</methodsynopsis>
|
||||
|
|
Loading…
Reference in a new issue