mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
link to get_included_files, user note hint
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207027 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3bda8a774d
commit
d17a4747ea
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.130 $ -->
|
||||
<!-- $Revision: 1.131 $ -->
|
||||
<chapter id="language.control-structures">
|
||||
<title>Control Structures</title>
|
||||
|
||||
|
@ -1274,8 +1274,8 @@ require ('somefile.txt');
|
|||
|
||||
<simpara>
|
||||
See also <function>include</function>, <function>require_once</function>,
|
||||
<function>include_once</function>, <function>eval</function>,
|
||||
<function>file</function>, <function>readfile</function>,
|
||||
<function>include_once</function>, <function>get_included_files</function>,
|
||||
<function>eval</function>, <function>file</function>, <function>readfile</function>,
|
||||
<function>virtual</function> and <link linkend="ini.include-path">include_path</link>.
|
||||
</simpara>
|
||||
</sect1>
|
||||
|
@ -1619,8 +1619,8 @@ function get_include_contents($filename) {
|
|||
|
||||
<simpara>
|
||||
See also <function>require</function>, <function>require_once</function>,
|
||||
<function>include_once</function>, <function>readfile</function>,
|
||||
<function>virtual</function>, and
|
||||
<function>include_once</function>, <function>get_included_files</function>,
|
||||
<function>readfile</function>, <function>virtual</function>, and
|
||||
<link linkend="ini.include-path">include_path</link>.
|
||||
</simpara>
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue