- 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:
Nikola Smolenski 2011-05-04 03:24:06 +00:00
parent f9d0cf9673
commit f397964e50

View file

@ -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>