mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Mark up literals
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344111 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9e77dc1a48
commit
0c6fd2d88e
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>realpath</function> expands all symbolic links and
|
||||
resolves references to '/./', '/../' and extra '/' characters in
|
||||
resolves references to <literal>/./</literal>, <literal>/../</literal> and extra <literal>/</literal> characters in
|
||||
the input <parameter>path</parameter> and returns the canonicalized
|
||||
absolute pathname.
|
||||
</para>
|
||||
|
@ -46,8 +46,8 @@
|
|||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns the canonicalized absolute pathname on success. The resulting path
|
||||
will have no symbolic link, '/./' or '/../' components. Trailing delimiters,
|
||||
such as \ and /, are also removed.
|
||||
will have no symbolic link, <literal>/./</literal> or <literal>/../</literal> components. Trailing delimiters,
|
||||
such as <literal>\</literal> and <literal>/</literal>, are also removed.
|
||||
</para>
|
||||
<para>
|
||||
<function>realpath</function> returns &false; on failure, e.g. if
|
||||
|
|
Loading…
Reference in a new issue