From f397964e5085f9e4600c5f458b46d298afacd545 Mon Sep 17 00:00:00 2001 From: Nikola Smolenski Date: Wed, 4 May 2011 03:24:06 +0000 Subject: [PATCH] - 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 --- language/predefined/variables/argv.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/predefined/variables/argv.xml b/language/predefined/variables/argv.xml index fce05a3028..0f6a681e55 100644 --- a/language/predefined/variables/argv.xml +++ b/language/predefined/variables/argv.xml @@ -15,8 +15,8 @@ - The first argument is always the current script's filename, therefore - $argv[0] is the script's name. + The first argument $argv[0] is always the name that was + used to run the script.