mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Adding links to related Filesystem functions. Perhaps some should be recategorized.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61594 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4b2d2d1b0d
commit
4b83410f02
1 changed files with 12 additions and 1 deletions
|
@ -1,9 +1,20 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<reference id="ref.dir">
|
||||
<title>Directory functions</title>
|
||||
<titleabbrev>Directories</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
|
||||
<simpara>
|
||||
For related functions such as <function>dirname</function>,
|
||||
<function>is_dir</function>, <function>mkdir</function>, and
|
||||
<function>rmdir</function>, see the
|
||||
<link linkend="ref.filesystem">Filesystem</link> section.
|
||||
</simpara>
|
||||
|
||||
</partintro>
|
||||
|
||||
<refentry id="function.chroot">
|
||||
<refnamediv>
|
||||
<refname>chroot</refname>
|
||||
|
|
Loading…
Reference in a new issue