mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208446 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c694bdbf82
commit
b61b2b67a0
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
|
||||
<refentry id="function.ps-begin-pattern">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ps_begin_pattern</methodname>
|
||||
<type>int</type><methodname>ps_begin_pattern</methodname>
|
||||
<methodparam><type>resource</type><parameter>psdoc</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>height</parameter></methodparam>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
|
||||
<refentry id="function.ps-begin-template">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ps_begin_template</methodname>
|
||||
<type>int</type><methodname>ps_begin_template</methodname>
|
||||
<methodparam><type>resource</type><parameter>psdoc</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>height</parameter></methodparam>
|
||||
|
|
Loading…
Reference in a new issue