mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
rephrase unclear wording
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276588 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1c53f2ad61
commit
fddc302488
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
|
||||
<sect1 xml:id="function.include" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title><function>include</function></title>
|
||||
|
@ -30,7 +30,8 @@
|
|||
in that file, <filename>b.php</filename> is first looked in <filename class="directory">/www/libraries/</filename>
|
||||
and then in <filename class="directory">/www/include/</filename>.
|
||||
If filename begins with <literal>./</literal> or <literal>../</literal>, it
|
||||
is looked only in the current working directory.
|
||||
is looked for only in the current working directory or parent of the
|
||||
current working directory, respectively.
|
||||
</simpara>
|
||||
<simpara>
|
||||
When a file is included, the code it contains inherits the
|
||||
|
|
Loading…
Reference in a new issue