mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- The first argv argument is not just the script filename
- New sr translation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310748 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f9d0cf9673
commit
f397964e50
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
The first argument is always the current script's filename, therefore
|
||||
<varname>$argv[0]</varname> is the script's name.
|
||||
The first argument <varname>$argv[0]</varname> is always the name that was
|
||||
used to run the script.
|
||||
</simpara>
|
||||
</note>
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue