検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 353 for else (0.026 sec.)
印字可能な文字かどうかを調べる 4171
« ctype_lower ctype_punct » PHP Manual Ctype 関数 印字可能な文字かどうかを調べる ctype_print (PH ... ame ' consists of all printable characters.\n" ; } else { echo "The string ' $name ' does not consist of a ...
https://man.plustar.jp/php/function.ctype-print.html - [similar]
空白、英数字以外の出力可能な文字かどうかを調べる 4171
« ctype_print ctype_space » PHP Manual Ctype 関数 空白、英数字以外の出力可能な文字かどうかを調べ ... ring $testcase consists of all punctuation.\n" ; } else { echo "The string $testcase does not consist of a ...
https://man.plustar.jp/php/function.ctype-punct.html - [similar]
空白文字かどうか調べる 4171
« ctype_punct ctype_upper » PHP Manual Ctype 関数 空白文字かどうか調べる ctype_space (PHP 4 >= 4 ... e ' consists of whitespace characters only.\n" ; } else { echo "The string ' $name ' contains non-whitespa ...
https://man.plustar.jp/php/function.ctype-space.html - [similar]
Commit a transaction 4171
« cubrid_column_types cubrid_connect_with_url » PHP Manual CUBRID 関数 Commit a transaction cubr ... k; } } if (! $ret ) { cubrid_rollback ( $conn ); } else { cubrid_commit ( $conn ); $req = cubrid_execute ( ...
https://man.plustar.jp/php/function.cubrid-commit.html - [similar]
Delete an instance using OID 4171
« cubrid_disconnect cubrid_error_code_facility » PHP Manual CUBRID 関数 Delete an instance using ... rop ( $conn , $oid )) { cubrid_commit ( $conn ); } else { cubrid_rollback ( $conn ); } cubrid_close_reques ...
https://man.plustar.jp/php/function.cubrid-drop.html - [similar]
Read from BLOB/CLOB data 4171
« cubrid_lob2_new cubrid_lob2_seek64 » PHP Manual CUBRID 関数 Read from BLOB/CLOB data cubrid_lo ... ead ( $row [ 1 ], 1024 )) { print $data . "\n" ; } elseif ( $data === false ) { print "There is no more da ... ta\n" ; break; } else { print "There must some errors\n" ; break; } } cu ...
https://man.plustar.jp/php/function.cubrid-lob2-read.html - [similar]
Roll back a transaction 4171
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ... k; } } if (! $ret ) { cubrid_rollback ( $conn ); } else { cubrid_commit ( $conn ); $req = cubrid_execute ( ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
ファイル名や場所を変更する 4171
« eio_realpath eio_rmdir » PHP Manual Eio 関数 ファイル名や場所を変更する eio_rename (PECL eio > ... unlink ( $new_filename ); echo "eio_rename_ok" ; } else { @ unlink ( $filename ); } } eio_rename ( $filena ...
https://man.plustar.jp/php/function.eio-rename.html - [similar]
画像に埋め込まれたサムネイルを取得する 4171
« exif_tagname read_exif_data » PHP Manual Exif 関数 画像に埋め込まれたサムネイルを取得する exif ... ype_to_mime_type ( $type )); echo $image ; exit; } else { // no thumbnail available, handle the error here ...
https://man.plustar.jp/php/function.exif-thumbnail.html - [similar]
ファイルまたはディレクトリが存在するかどうか調べる 4171
« fgetss file_get_contents » PHP Manual ファイルシステム 関数 ファイルまたはディレクトリが存在す ... $filename )) { echo " $filename が存在します" ; } else { echo " $filename は存在しません" ; } ?> 注意 注意 ...
https://man.plustar.jp/php/function.file-exists.html - [similar]