検索

phrase: max: clip:
target: order:
Results of 531 - 540 of about 1938 for IF (0.035 sec.)
Read data from a GLO instance and save it in a file 2432
« CUBRID 廃止されたエイリアスと関数 cubrid_new_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 ... le 説明 cubrid_load_from_glo ( resource $conn_identifier , string $oid , string $file_name ): int The cu ... aves it in a designated file. パラメータ conn_identifier Connection identifier. oid Oid of the glo insta ... ( $con , "select image from person where id=1" ); if ( $req ) { list ( $oid ) = cubrid_fetch ( $req ); ... brid_load_from_glo ( $con , $oid , "output.jpg" ); if ( $res ) { echo "image changed successfully" ; } } ...
https://man.plustar.jp/php/function.cubrid-load-from-glo.html - [similar]
Get BLOB/CLOB data 2432
« cubrid_lob_export cubrid_lob_send » PHP Manual CUBRID 関数 Get BLOB/CLOB data cubrid_lob_get ( ... LOB data 説明 cubrid_lob_get ( resource $conn_identifier , string $sql ): array cubrid_lob_get() is used ... mber to use cubrid_lob_close() to release the LOBs if you don't need it any more. パラメータ conn_identi ... fier Connection identifier. sql SQL statement to be executed. 戻り値 Retur ... b" , "dba" ); cubrid_execute ( $conn , "DROP TABLE if exists doc" ); cubrid_execute ( $conn , "CREATE TA ...
https://man.plustar.jp/php/function.cubrid-lob-get.html - [similar]
Create a glo instance 2432
« cubrid_load_from_glo cubrid_save_to_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Create ... instance 説明 cubrid_new_glo ( resource $conn_identifier , string $class_name , string $file_name ): str ... stored in the file_name file. パラメータ conn_identifier Connection identifier. class_name Name of the c ... d = cubrid_new_glo ( $con , "glo" , "input.jpg" ); if ( $oid ){ // the type of column "image" is "object ... on , "insert into person(image) values( $oid )" ); if ( $req ) { echo "image inserted successfully" ; cu ...
https://man.plustar.jp/php/function.cubrid-new-glo.html - [similar]
Save requested file in a GLO instance 2432
« cubrid_new_glo cubrid_send_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Save requested f ... ance 説明 cubrid_save_to_glo ( resource $conn_identifier , string $oid , string $file_name ): int The cu ... ested file in a glo instance. パラメータ conn_identifier Connection identifier. oid Oid of the glo insta ... ( $con , "select image from person where id=1" ); if ( $req ) { list ( $oid ) = cubrid_fetch ( $req ); ... cubrid_save_to_glo ( $con , $oid , "input.jpg" ); if ( $res ) { echo "image changed successfully" ; } } ...
https://man.plustar.jp/php/function.cubrid-save-to-glo.html - [similar]
実行時に PHP 拡張モジュールをロードする 2432
« cli_set_process_title extension_loaded » PHP Manual PHP オプション/情報 関数 実行時に PHP 拡張 ... <?php // OS によってロードするファイルを切り替える if (! extension_loaded ( 'sqlite' )) { if ( strtouppe ... e.so' ); } } // または PHP_SHLIB_SUFFIX 定数を使用 if (! extension_loaded ( 'sqlite' )) { $prefix = ( PH ...
https://man.plustar.jp/php/function.dl.html - [similar]
Returns the number of candidates used during training 2432
« fann_get_cascade_num_candidate_groups fann_get_cascade_output_change_fraction » PHP Manual Fan ... vation steepnesses used for the candidate neurons. If there are 2 activation functions in the activation ... in the steepness array, then there will be 2x3=6 different candidates which will be trained. These 6 di ... ied into several candidate groups, where the only difference between these groups is the initial weights ... . If the number of groups is set to 2, then the number ...
https://man.plustar.jp/php/function.fann-get-cascade-num-candidates.html - [similar]
サービスマネージャとの接続を切断する 2432
« ibase_service_attach ibase_set_event_handler » PHP Manual Firebird/InterBase 関数 サービスマネ ... / リモートの Firebird サーバにIPアドレスでアタッチ if (( $service = ibase_service_attach ( '10.1.1.199' ... _SVC_IMPLEMENTATION ); // サーバからデタッチ(切断) if( ibase_service_detach ( $service ) == FALSE ) { ec ...
https://man.plustar.jp/php/function.ibase-service-detach.html - [similar]
二つの文字列のレーベンシュタイン距離を計算する 2432
« lcfirst localeconv » PHP Manual String 関数 二つの文字列のレーベンシュタイン距離を計算する lev ... put , $word ); // マッチするかどうかチェックします if ( $lev == 0 ) { // 最短な単語はこれだ (マッチした) ... / もしくは次の最短の単語がまだ見つかっていない場合 if ( $lev <= $shortest || $shortest < 0 ) { // 最短の ... test = $lev ; } } echo "入力した単語: $input \n" ; if ( $shortest == 0 ) { echo "一致するものが見つかりま ...
https://man.plustar.jp/php/function.levenshtein.html - [similar]
結果からカラム情報を取得し、オブジェクトとして返す 2432
« mysql_fetch_assoc mysql_fetch_lengths » PHP Manual MySQL 関数 結果からカラム情報を取得し、オブ ... ( 'localhost' , 'mysql_user' , 'mysql_password' ); if (! $conn ) { die( 'Could not connect: ' . mysql_er ... ; $result = mysql_query ( 'select * from table' ); if (! $result ) { die( 'Query failed: ' . mysql_error ... >\n" ; $meta = mysql_fetch_field ( $result , $i ); if (! $meta ) { echo "No information available<br />\ ...
https://man.plustar.jp/php/function.mysql-fetch-field.html - [similar]
PKCS#12 認証ストアをパースして配列形式にする 2432
« openssl_pkcs12_export openssl_pkcs7_decrypt » PHP Manual OpenSSL 関数 PKCS#12 認証ストアをパー ... openssl_pkcs12_read ( string $pkcs12 , array &$certificates , string $passphrase ): bool openssl_pkcs12_ ... cs12 で指定した PKCS#12 認証ストアをパースして certificates で指定した配列に格納します。 パラメータ pkcs ... 2 認証ストアの内容。ファイル名ではありません。 certificates 成功した場合に、ここに認証ストアデータが格納 ... を返します。 例 例1 openssl_pkcs12_read() の例 <?php if (! $cert_store = file_get_contents ( "/certs/file. ...
https://man.plustar.jp/php/function.openssl-pkcs12-read.html - [similar]