mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Adding note about when include_once was added..
# this doesnt seem to be in normal function system.. IE not in <refsect> tags but just <sect1>'s instead git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33397 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e38e164941
commit
556521586c
1 changed files with 3 additions and 0 deletions
|
@ -1274,6 +1274,9 @@ Array
|
|||
<function>include_once</function>, look at the PEAR code included in
|
||||
the latest PHP source code distributions.
|
||||
</para>
|
||||
<para>
|
||||
<function>include_once</function> was added in PHP 4.0.1pl2
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>require</function>,
|
||||
<function>include</function>, <function>require_once</function>,
|
||||
|
|
Loading…
Reference in a new issue