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:
James Moore 2000-10-04 23:29:43 +00:00
parent e38e164941
commit 556521586c

View file

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