検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 116 for FILES (0.018 sec.)
シェルのメタ文字をエスケープする 5637
« escapeshellarg exec » PHP Manual プログラム実行関数 シェルのメタ文字をエスケープする escapeshe ... ん。 たとえば、Windows で問題になりがちな C:\Program Files\ProgramName\program.exe のようなパスが当てはまりま ...
https://man.plustar.jp/php/function.escapeshellcmd.html - [similar]
アクティブなリソースを返す 5637
« get_required_files getenv » PHP Manual PHP オプション/情報 関数 アクティブなリソースを返す get ...
https://man.plustar.jp/php/function.get-resources.html - [similar]
リポジトリから作業コピーをチェックアウトする 5637
« svn_cat svn_cleanup » PHP Manual SVN 関数 リポジトリから作業コピーをチェックアウトする svn_che ... svn_status() - Returns the status of working copy files and directories svn_update() - Update working copy ...
https://man.plustar.jp/php/function.svn-checkout.html - [similar]
インストール手順 5637
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 OPcache は共有 ... .interned_strings_buffer=8 opcache.max_accelerated_files=4000 opcache.revalidate_freq=60 opcache.fast_shutd ...
https://man.plustar.jp/php/opcache.installation.html - [similar]
MessageFormatter クラス 5575
« Normalizer::normalize MessageFormatter::create » PHP Manual intl MessageFormatter クラス Messa ... とめます。 たとえば、 "Finished printing x out of y files..." のようなメッセージがあった場合に MessageFormat ...
https://man.plustar.jp/php/class.messageformatter.html - [similar]
SessionHandlerInterface クラス 5575
« SessionHandler::write SessionHandlerInterface::close » PHP Manual Sessions SessionHandlerInter ... れは PHP のデフォルトのセッション保存ハンドラである files と似たものです。この例をさらに拡張すれば、 PHP がサ ...
https://man.plustar.jp/php/class.sessionhandlerinterface.html - [similar]
コマンドラインオプション 5575
« 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンド ... r/dev/php/5.2/lib/php.ini Scan for additional .ini files in: (none) Additional .ini files parsed: (none) -- ...
https://man.plustar.jp/php/features.commandline.options.html - [similar]
ディレクトリハンドルからエントリを読み込む 5575
« opendir rewinddir » PHP Manual ディレクトリ 関数 ディレクトリハンドルからエントリを読み込む re ... からです。 <?php if ( $handle = opendir ( '/path/to/files' )) { echo "Directory handle: $handle \n" ; echo " ...
https://man.plustar.jp/php/function.readdir.html - [similar]
配列 5575
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップ ... ile ( false !== ( $file = readdir ( $handle ))) { $files [] = $file ; } closedir ( $handle ); ?> 配列には順 ... えることが可能です。 例16 配列のソート <?php sort ( $files ); print_r ( $files ); ?> 配列の値は何でも良いため ...
https://man.plustar.jp/php/language.types.array.html - [similar]
SQL 文で使用するユーザー定義関数 (UDF) を登録する 5575
« PDO::sqliteCreateCollation ベンダー固有のモジュール » PHP Manual SQLite (PDO) SQL 文で使用する ... ows = $db -> query ( 'SELECT md5rev(filename) FROM files' )-> fetchAll (); ?> この例では、文字列の md5 を計 ...
https://man.plustar.jp/php/pdo.sqlitecreatefunction.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT