mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
xinclude() returns False when there are no XIncludes (Thank you Peter Cowburn)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299688 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
edf214153a
commit
d5c4336ad5
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns the number of XIncludes in the document or -1 if some processing failed.
|
||||
Returns the number of XIncludes in the document, -1 if some processing failed,
|
||||
or &false; if there were no substitutions.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="examples">
|
||||
|
|
Loading…
Reference in a new issue