検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 353 for else (0.025 sec.)
指定されたパスのファイルにアーカイブの一部を置き換える 4252
« ZipArchive::renameName ZipArchive::setArchiveComment » PHP Manual ZipArchive 指定されたパスのフ ... /index.txt' , 1 ); $zip -> close (); echo 'ok' ; } else { echo 'failed' ; } ?> 参考 ZipArchive::addFile() ...
https://man.plustar.jp/php/ziparchive.replacefile.html - [similar]
名前で定義されたエントリの暗号化方式を設定する 4252
« ZipArchive::setEncryptionIndex ZipArchive::setExternalAttributesIndex » PHP Manual ZipArchive ... :: EM_AES_256 ); $zip -> close (); echo "Ok\n" ; } else { echo "KO\n" ; } ?> 注意 注意 : この関数は、libzi ...
https://man.plustar.jp/php/ziparchive.setencryptionname.html - [similar]
Gets the data associated with a node synchronously 4252
« Zookeeper::exists Zookeeper::getAcl » PHP Manual Zookeeper Gets the data associated with a nod ... = $zookeeper -> get ( $path ); if ( $r ) echo $r ; else echo 'ERR' ; ?> 上の例の出力は以下となります。 nod ...
https://man.plustar.jp/php/zookeeper.get.html - [similar]
The MongoDB\Driver\Command class 4171
« MongoDB\Driver\Manager::startSession MongoDB\Driver\Command::__construct » PHP Manual MongoDB\ ... { if ( $bool ) { $this -> cmd [ "flags" ] = 1 ; } else { $this -> cmd [ "flags" ] = 0 ; } } function setF ...
https://man.plustar.jp/php/class.mongodb-driver-command.html - [similar]
Expect の使用例 4171
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリ ... http://mirrorsite/somepath/some_64bit.rpm\n" ); } else { fwrite ( $stream , "rpm -Uhv http://mirrorsite/s ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]
PHP の使いかた 4171
« 構築時の問題 パスワードのハッシュ » PHP Manual FAQ PHP の使いかた PHP の使いかた このセクション ... $varvalue )) { $empty [ $varname ] = $varvalue ; } else { $post [ $varname ] = $varvalue ; } } print "<pre ... lues are empty, posted:\n" ; var_dump ( $post ); } else { print "We have " . count ( $empty ) . " empty va ...
https://man.plustar.jp/php/faq.using.html - [similar]
検証 4171
« 例 除去 » PHP Manual 例 検証 検証 例1 filter_var() でのメールアドレスの検証 <?php $email_a = ' ... $email_b ' はメールアドレスとして有効です。\n" ; } else { echo "' $email_b ' はメールアドレスとして無効です ...
https://man.plustar.jp/php/filter.examples.validation.html - [similar]
英字かどうかを調べる 4171
« ctype_alnum ctype_cntrl » PHP Manual Ctype 関数 英字かどうかを調べる ctype_alpha (PHP 4 >= 4.0 ... "文字列 $testcase は全て文字からなります。\n" ; } else { echo "文字列 $testcase は全てが文字から構成されて ...
https://man.plustar.jp/php/function.ctype-alpha.html - [similar]
数字かどうかを調べる 4171
« ctype_cntrl ctype_graph » PHP Manual Ctype 関数 数字かどうかを調べる ctype_digit (PHP 4 >= 4.0 ... he string $testcase consists of all digits.\n" ; } else { echo "The string $testcase does not consist of a ...
https://man.plustar.jp/php/function.ctype-digit.html - [similar]
空白以外の印字可能な文字かどうかを調べる 4171
« ctype_digit ctype_lower » PHP Manual Ctype 関数 空白以外の印字可能な文字かどうかを調べる ctype ... ists of all (visibly) printable characters.\n" ; } else { echo "The string ' $name ' does not consist of a ...
https://man.plustar.jp/php/function.ctype-graph.html - [similar]