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:
Christian Stocker 2002-12-11 14:16:54 +00:00
parent a43fa37e14
commit 0d90b68f88

View file

@ -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>