mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
filesystem: Added <partintro>, see also dir and exec functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71733 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4a7a4b1676
commit
f839889193
1 changed files with 8 additions and 1 deletions
|
@ -1,9 +1,16 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.126 $ -->
|
||||
<!-- $Revision: 1.127 $ -->
|
||||
<reference id="ref.filesystem">
|
||||
<title>Filesystem functions</title>
|
||||
<titleabbrev>Filesystem</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<simpara>
|
||||
For related functions, see also the <link linkend="ref.dir">Directory</link>
|
||||
and <link linkend="ref.exec">Program Execution</link> sections.
|
||||
</simpara>
|
||||
</partintro>
|
||||
|
||||
<refentry id="function.basename">
|
||||
<refnamediv>
|
||||
<refname>basename</refname>
|
||||
|
|
Loading…
Reference in a new issue