検索

phrase: max: clip:
target: order:
Results of 11 - 19 of about 19 for con (0.004 sec.)
Return the current CUBRID connection charset 7871
« cubrid_affected_rows cubrid_close » PHP Manual CUBRID MySQL 互換関数 Return the current CUBRID ... connection charset cubrid_client_encoding (PECL CUBRID ... cubrid_client_encoding — Return the current CUBRID connection charset 説明 cubrid_client_encoding ( resou ... rce $conn_identifier = ? ): string This function returns th ... e current CUBRID connection charset and is similar to the CUBRID functi ...
https://man.plustar.jp/php/function.cubrid-client-encoding.html - [similar]
Return the current CUBRID connection charset 7871
« cubrid_get_autocommit cubrid_get_class_name » PHP Manual CUBRID 関数 Return the current CUBRID ... connection charset cubrid_get_charset (PECL CUBRID >= ... .0) cubrid_get_charset — Return the current CUBRID connection charset 説明 cubrid_get_charset ( resource ... $conn_identifier ): string This function returns the cu ... rrent CUBRID connection charset and is similar to the CUBRID MySQL ...
https://man.plustar.jp/php/function.cubrid-get-charset.html - [similar]
Create a glo instance 7513
« cubrid_load_from_glo cubrid_save_to_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Create ... ate a glo instance 説明 cubrid_new_glo ( resource $conn_identifier , string $class_name , string $file_na ... e, and is stored in the file_name file. パラメータ conn_identifier Connection identifier. class_name Name ... d_new_glo() example <?php $oid = cubrid_new_glo ( $con , "glo" , "input.jpg" ); if ( $oid ){ // the type ... olumn "image" is "object" $req = cubrid_execute ( $con , "insert into person(image) values( $oid )" ); if ...
https://man.plustar.jp/php/function.cubrid-new-glo.html - [similar]
新しいオブジェクトを生成する際に、クラスの代わりにモックを使う 7017
« uopz_set_hook uopz_set_property » PHP Manual Uopz 関数 新しいオブジェクトを生成する際に、クラス ... メンバはサポートされなくなりました。 <?php class A { const CON = 'A' ; public static function who () { echo ... "A" ; } } uopz_set_mock ( A ::class, new class { const CON = 'mockA' ; public static function who () { ... echo "mockA" ; } }); echo A :: CON , PHP_EOL ; A :: who (); ?> 上の例の出力は以下とな ...
https://man.plustar.jp/php/function.uopz-set-mock.html - [similar]
Read data from glo and send it to std output 6898
« cubrid_save_to_glo dBase » PHP Manual CUBRID 廃止されたエイリアスと関数 Read data from glo and ... it to std output 説明 cubrid_send_glo ( resource $conn_identifier , string $oid ): int The cubrid_send_g ... nd sends it to the PHP standard output. パラメータ conn_identifier Connection identifier. oid Oid of the ... _send_glo() example <?php $req = cubrid_execute ( $con , "select image from person where id =1" ); if ( $ ... ( $req ); cubrid_close_request ( $req ); Header ( "Content-type: image/jpeg" ); cubrid_send_glo ( $con , ...
https://man.plustar.jp/php/function.cubrid-send-glo.html - [similar]
Read data from a GLO instance and save it in a file 6830
« CUBRID 廃止されたエイリアスと関数 cubrid_new_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 ... it in a file 説明 cubrid_load_from_glo ( resource $conn_identifier , string $oid , string $file_name ): i ... nce, and saves it in a designated file. パラメータ conn_identifier Connection identifier. oid Oid of the ... _from_glo() example <?php $req = cubrid_execute ( $con , "select image from person where id=1" ); if ( $r ... e_request ( $req ); $res = cubrid_load_from_glo ( $con , $oid , "output.jpg" ); if ( $res ) { echo "image ...
https://man.plustar.jp/php/function.cubrid-load-from-glo.html - [similar]
Save requested file in a GLO instance 6830
« cubrid_new_glo cubrid_send_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Save requested f ... a GLO instance 説明 cubrid_save_to_glo ( resource $conn_identifier , string $oid , string $file_name ): i ... save requested file in a glo instance. パラメータ conn_identifier Connection identifier. oid Oid of the ... ve_to_glo() example <?php $req = cubrid_execute ( $con , "select image from person where id=1" ); if ( $r ... ose_request ( $req ); $res = cubrid_save_to_glo ( $con , $oid , "input.jpg" ); if ( $res ) { echo "image ...
https://man.plustar.jp/php/function.cubrid-save-to-glo.html - [similar]
拡張サービスのリクエストを準備する 6591
« yaz_es_result yaz_get_option » PHP Manual YAZ 関数 拡張サービスのリクエストを準備する yaz_es ( ... t() で取得できるようになります。 パラメータ id yaz_connect() が返す接続リソース。 type 拡張サービスの形式 ... 戻り値 値を返しません。 例 例1 レコードの更新 <?php $con = yaz_connect ( "myhost/database" ); $args = array ... > "xml" , "action" => "specialUpdate" ); yaz_es ( $con , "update" , $args ); yaz_wait (); $result = yaz_e ...
https://man.plustar.jp/php/function.yaz-es.html - [similar]
Get BLOB/CLOB data size 6283
« cubrid_lob_send cubrid_lob2_bind » PHP Manual CUBRID 関数 Get BLOB/CLOB data size cubrid_lob_s ... lob_size() example <?php $lobs = cubrid_lob_get ( $con , "SELECT doc_content FROM doc WHERE doc_id=5" ); ... brid_lob_size ( $lobs [ 0 ]); cubrid_lob_export ( $conn , $lobs [ 0 ], "doc_5.txt" ); cubrid_lob_close ( ...
https://man.plustar.jp/php/function.cubrid-lob-size.html - [similar]
PREV 1 2 NEXT