mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
small cosmetic change to make the copy example a little easier to read
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@20499 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8eaf0dfc82
commit
113e1053cc
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ chmod( "/somedir/somefile", 0755 ); // octal; correct value of mode
|
|||
<example>
|
||||
<title><function>copy</function> example</title>
|
||||
<programlisting role="php">
|
||||
if (!copy($file, $file.'.bak')) {
|
||||
if ( !copy($file, $file.'.bak') ) {
|
||||
print("failed to copy $file...<br>\n");
|
||||
}
|
||||
</programlisting>
|
||||
|
|
Loading…
Reference in a new issue