| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Console_Getopt::readPHPArgvConsole_Getopt::readPHPArgv – 定義済の $argv 配列を読む
Synopsis
require_once 'Console/Getopt.php';
Description種々のPHP 設定を考慮して、$argv 配列を読みます。 ini ディレクティブ中の register_globals と register_argc_argv を考慮します。 Return valuearray - オプションとパラメータを含む配列、もしくは PEAR_Error です。 Throws
NoteThis function can not be called statically. Example
readPHPArgv() の使用
<?php
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Console_Getopt::readPHPArgv」をGoogle検索
|