検索

phrase: max: clip:
target: order:
Results of 551 - 560 of about 1938 for IF (0.065 sec.)
Get log count by level, log_path and key_word 2432
« SeasLog::alert SeasLog::analyzerDetail » PHP Manual SeasLog Get log count by level, log_path a ... g. The search key word for log information. 戻り値 If `level` is SEASLOG_ALL or Empty, return all levels ... count as `array`. If `level` is SEASLOG_INFO or the other level, return ...
https://man.plustar.jp/php/seaslog.analyzercount.html - [similar]
新しいディレクトリを追加する 2432
« ZipArchive ZipArchive::addFile » PHP Manual ZipArchive 新しいディレクトリを追加する ZipArchive ... 新規ディレクトリの作成 <?php $zip = new ZipArchive ; if ( $zip -> open ( 'test.zip' ) === TRUE ) { if( $zi ...
https://man.plustar.jp/php/ziparchive.addemptydir.html - [similar]
Specify application credentials 2432
« Zookeeper Zookeeper::close » PHP Manual Zookeeper Specify application credentials Zookeeper::a ... (PECL zookeeper >= 0.1.0) Zookeeper::addAuth — Specify application credentials 説明 public Zookeeper::ad ... ): bool The application calls this function to specify its credentials for purposes of authentication. T ... he server will use the security provider specified by the scheme parameter to authenticate the cli ... ent connection. If the authentication request has failed: - the serve ...
https://man.plustar.jp/php/zookeeper.addauth.html - [similar]
Gearman 2404
« FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設 ... Client::echo — Send data to all job servers to see if they echo it back [deprecated] GearmanClient::erro ... Client::ping — Send data to all job servers to see if they echo it back GearmanClient::removeOptions — R ... precated) GearmanJob::unique — Get the unique identifier GearmanJob::warning — Send a warning (deprecate ... ted function name GearmanTask::isKnown — Determine if task is known GearmanTask::isRunning — Test whethe ...
https://man.plustar.jp/php/book.gearman.html - [similar]
The Parle\Lexer class 2404
« Parser examples Parle\Lexer::advance » PHP Manual Parle The Parle\Lexer class The Parle\Lexer ... te lexer class. Lexemes can be defined on the fly. If the particular lexer instance is meant to be used ... certain performance advantage over Parle\RLexer , if no multiple states are required. Note, that Parle\ ...
https://man.plustar.jp/php/class.parle-lexer.html - [similar]
Returns a scalar value to be used as a hash value 2404
« Ds\Hashable::equals Sequence » PHP Manual Hashable Returns a scalar value to be used as a hash ... usually during a hash table lookup to determine * if the bucket's key matches the lookup key. The hash ... has to be equal if * the objects are equal, otherwise this determinat ...
https://man.plustar.jp/php/ds-hashable.hash.html - [similar]
2404
« 定義済み定数 FDF 関数 » PHP Manual FDF 例 例 以下の例でフォームデータの評価に関して説明します。 ... ment フィールドの値は '<b> $comment </b>'<br />" ; if ( fdf_get_value ( $fdf , "show_publisher" ) == "On ... " ; } else echo "Publisher は非公開です。<br />" ; if ( fdf_get_value ( $fdf , "show_preparer" ) == "On" ...
https://man.plustar.jp/php/fdf.examples.html - [similar]
エントリが存在するかどうかを調べる 2404
« apcu_entry apcu_fetch » PHP Manual APCu 関数 エントリが存在するかどうかを調べる apcu_exists (P ... 'foo' , $fruit ); apcu_store ( 'bar' , $veggie ); if ( apcu_exists ( 'foo' )) { echo "Foo exists: " ; e ... lse { echo "Foo does not exist" ; } echo PHP_EOL ; if ( apcu_exists ( 'baz' )) { echo "Baz exists." ; } ...
https://man.plustar.jp/php/function.apcu-exists.html - [similar]
Return a string with the flags of the given field offset 2404
« cubrid_fetch_row cubrid_field_len » PHP Manual CUBRID MySQL 互換関数 Return a string with the ... erical field offset. The field_offset starts at 0. If field_offset does not exist, an error of level E_W ... cessful. false when invalid field_offset value. -1 if SQL sentence is not SELECT. 例 例1 cubrid_field_fl ...
https://man.plustar.jp/php/function.cubrid-field-flags.html - [similar]
Export the lob object to a file 2404
« cubrid_lob2_close cubrid_lob2_import » PHP Manual CUBRID 関数 Export the lob object to a file ... file 説明 cubrid_lob2_export ( resource $lob_identifier , string $file_name ): bool The cubrid_lob2_exp ... or fetch a lob object from CUBRID database first. If the file already exists, the operation will fail. ... perates the entire lob object. パラメータ lob_identifier Lob identifier as a result of cubrid_lob2_new() ... "dba" , "" ); cubrid_execute ( $conn , "DROP TABLE if exists doc" ); cubrid_execute ( $conn , "CREATE TA ...
https://man.plustar.jp/php/function.cubrid-lob2-export.html - [similar]