検索

phrase: max: clip:
target: order:
Results of 621 - 630 of about 1938 for IF (0.099 sec.)
この接続上で最後に成功した insert クエリが自動生成した ID を返す 2346
« db2_get_option db2_lob_read » PHP Manual IBM DB2 関数 この接続上で最後に成功した insert クエリ ... n = db2_connect ( $database , $user , $password ); if( $conn ) { $createTable = "CREATE TABLE lastInsert ... nsertTable ); $ret = db2_last_insert_id ( $conn ); if( $ret ) { echo "Last Insert ID is : " . $ret . "\n ...
https://man.plustar.jp/php/function.db2-last-insert-id.html - [similar]
データベースへの持続的接続を返す 2346
« db2_pclose db2_prepare » PHP Manual IBM DB2 関数 データベースへの持続的接続を返す db2_pconnect ... = db2_pconnect ( $database , $user , $password ); if ( $pconn ) { echo "持続的接続に成功しました。" ; } ... = db2_pconnect ( $database , $user , $password ); if ( $pconn ) { echo "2 回目の持続的接続に成功しました ... conn = db2_pconnect ( $dsn , "" , "" , $options ); if( $tc_conn ) { echo "Explicit trusted connection su ... cceeded.\n" ; if( db2_get_option ( $tc_conn , "trustedcontext" )) { ...
https://man.plustar.jp/php/function.db2-pconnect.html - [similar]
ディレクトリを削除する 2346
« eio_rename eio_seek » PHP Manual Eio 関数 ディレクトリを削除する eio_rmdir (PECL eio >= 0.0.1d ... ; function my_rmdir_callback ( $data , $result ) { if ( $result == 0 && ! file_exists ( $data )) { echo ... "eio_rmdir_ok" ; } else if ( file_exists ( $data )) { rmdir ( $data ); } } ei ...
https://man.plustar.jp/php/function.eio-rmdir.html - [similar]
配列からシンボルテーブルに変数をインポートする 2346
« end in_array » PHP Manual 配列 関数 配列からシンボルテーブルに変数をインポートする extract (PH ... は数値の変数名のみに接頭辞 prefix を付けます。 EXTR_IF_EXISTS 現在のシンボルテーブルに既に存在する場合にの ... 有効な変数としたいような場合に有用です。 EXTR_PREFIX_IF_EXISTS 同じ変数だが接頭辞をつけていないバージョンの ... IX_ALL 、 EXTR_PREFIX_INVALID あるいは EXTR_PREFIX_IF_EXISTS の場合にのみ必要であることに注意してください ...
https://man.plustar.jp/php/function.extract.html - [similar]
パレット形式の画像を true color に変換する 2346
« imagepalettecopy imagepng » PHP Manual GD および Image 関数 パレット形式の画像を true color に ... color への変換 <?php // 過去との互換性のための処理 if(! function_exists ( 'imagepalettetotruecolor' )) { ... function imagepalettetotruecolor (& $src ) { if( imageistruecolor ( $src )) { return( true ); } $d ...
https://man.plustar.jp/php/function.imagepalettetotruecolor.html - [similar]
エラー配列を取得する 2346
« libxml_disable_entity_loader libxml_get_last_error » PHP Manual libxml 関数 エラー配列を取得す ... ng ( $xmlstr ); $xml = explode ( "\n" , $xmlstr ); if ( $doc === false ) { $errors = libxml_get_errors ( ... error -> line " . "\n Column: $error -> column " ; if ( $error -> file ) { $return .= "\n File: $error - ...
https://man.plustar.jp/php/function.libxml-get-errors.html - [similar]
MQSeries MQCONNX 2346
« mqseries_conn mqseries_disc » PHP Manual mqseries 関数 MQSeries MQCONNX mqseries_connx (PECL m ... call, except that MQCONNX allows options to be specified to control the way that the call works. パラメー ... . compCode Completion code. reason Reason code qualifying the compCode. 戻り値 値を返しません。 例 例1 m ... NX9420' , $mqcno , $conn , $comp_code , $reason ); if ( $comp_code !== MQSERIES_MQCC_OK ) { printf ( "Co ... EUEMGR' , $mqcno , $conn , $comp_code , $reason ); if ( $comp_code !== MQSERIES_MQCC_OK ) { printf ( "Co ...
https://man.plustar.jp/php/function.mqseries-connx.html - [similar]
クエリの次の行をオブジェクトとして返す 2346
« oci_fetch_assoc oci_fetch_row » PHP Manual OCI8 関数 クエリの次の行をオブジェクトとして返す oc ... oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_error ( ht ... oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_error ( ht ... oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_error ( ht ...
https://man.plustar.jp/php/function.oci-fetch-object.html - [similar]
空の新規 LOB あるいは FILE ディスクリプタを初期化する 2346
« oci_new_cursor oci_num_fields » PHP Manual OCI8 関数 空の新規 LOB あるいは FILE ディスクリプタ ... ID ); oci_execute ( $delete ); echo " $nrows \n" ; if (( $nrows % $commitsize ) == 0 ) { oci_commit ( $c ... b_upload" /> * ... のようなものが使用されます。 */ if (!isset( $lob_upload ) || $lob_upload == 'none' ){ ... OCI_B_BLOB ); oci_execute ( $stmt , OCI_DEFAULT ); if ( $lob -> savefile ( $lob_upload )){ oci_commit ( ...
https://man.plustar.jp/php/function.oci-new-descriptor.html - [similar]
ディレクトリハンドルをオープンする 2346
« getcwd readdir » PHP Manual ディレクトリ 関数 ディレクトリハンドルをオープンする opendir (PHP ... のディレクトリをオープンし、その内容を読み込みます。 if ( is_dir ( $dir )) { if ( $dh = opendir ( $dir )) ...
https://man.plustar.jp/php/function.opendir.html - [similar]