検索

phrase: max: clip:
target: order:
Results of 451 - 460 of about 1568 for Name (0.594 sec.)
Commit a transaction 2645
« cubrid_column_types cubrid_connect_with_url » PHP Manual CUBRID 関数 Commit a transaction cubr ... <<EOD CREATE TABLE publishers( pub_id CHAR(3), pub_name VARCHAR(20), city VARCHAR(15), state CHAR(2), coun ... id_list = array( "P01" , "P02" , "P03" , "P04" ); $name_list = array( "Abatis Publishers" , "Core Dump Boo ... , 1 , $id_list [ $i ]); cubrid_bind ( $req , 2 , $name_list [ $i ]); cubrid_bind ( $req , 3 , $city_list ... 3s %-15s\n" , $result [ "pub_id" ], $result [ "pub_name" ], $result [ "city" ], $result [ "state" ], $resu ...
https://man.plustar.jp/php/function.cubrid-commit.html - [similar]
Read data from a GLO instance and save it in a file 2645
« CUBRID 廃止されたエイリアスと関数 cubrid_new_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 ... urce $conn_identifier , string $oid , string $file_name ): int The cubrid_load_from_glo() function is used ... instance that you want to read the data from. file_name Name of the file where you want to save the data i ...
https://man.plustar.jp/php/function.cubrid-load-from-glo.html - [similar]
Export BLOB/CLOB data to file 2645
« cubrid_lob_close cubrid_lob_get » PHP Manual CUBRID 関数 Export BLOB/CLOB data to file cubrid_ ... entifier , resource $lob_identifier , string $path_name ): bool cubrid_lob_export() is used to get BLOB/CL ... on identifier. lob_identifier LOB identifier. path_name Path name of the file. 戻り値 成功した場合に true ...
https://man.plustar.jp/php/function.cubrid-lob-export.html - [similar]
Save requested file in a GLO instance 2645
« cubrid_new_glo cubrid_send_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Save requested f ... urce $conn_identifier , string $oid , string $file_name ): int The cubrid_save_to_glo() function is used t ... glo instance that you want to save a file in. file_name The name of the file that you want to save. 戻り値 ...
https://man.plustar.jp/php/function.cubrid-save-to-glo.html - [similar]
フィールドに関する情報を得る 2645
« ibase_fetch_row ibase_free_event_handler » PHP Manual Firebird/InterBase 関数 フィールドに関す ... セット。 戻り値 配列を返します。配列に含まれるキーは name 、 alias 、 relation 、 length そして type です。 ... の例 <?php $rs = ibase_query ( "SELECT * FROM tablename" ); $coln = ibase_num_fields ( $rs ); for ( $i = 0 ... { $col_info = ibase_field_info ( $rs , $i ); echo "name: " . $col_info [ 'name' ]. "\n" ; echo "alias: " . ...
https://man.plustar.jp/php/function.ibase-field-info.html - [similar]
出力バッファのステータスを取得する 2645
« ob_get_level ob_gzhandler » PHP Manual 出力制御 関数 出力バッファのステータスを取得する ob_get ... す。 Array ( [level] => 2 [type] => 0 [status] => 0 [name] => URL-Rewriter [del] => 1 ) 単純な ob_get_status ... (1) あるいは PHP_OUTPUT_HANDLER_END (2) のいずれか name アクティブな出力ハンドラの名前、あるいは設定されて ... 0 [block_size] => 10240 [type] => 1 [status] => 0 [name] => default output handler [del] => 1 ) [1] => Arr ... 0240 [type] => 0 [buffer_size] => 0 [status] => 0 [name] => URL-Rewriter [del] => 1 ) ) 完全な出力には、追 ...
https://man.plustar.jp/php/function.ob-get-status.html - [similar]
連想配列の値を、SQL 文として実行可能な形式に変換する 2645
« pg_consume_input pg_copy_from » PHP Manual PostgreSQL 関数 連想配列の値を、SQL 文として実行可能 ... ert ( PgSql\Connection $connection , string $table_name , array $values , int $flags = 0 ): array | false ... も values の要素数以上のカラムを持つ テーブル table_name が存在することが前提条件と なります。 values の要素 ... 名が table_name のフィールド名と一致し、また 要素に対応する値はフィ ... tion PgSql\Connection クラスのインスタンス。 table_name 変換対象となるテーブルの名前。 values 変換されるデ ...
https://man.plustar.jp/php/function.pg-convert.html - [similar]
ディレクトリエントリの名前を取得する 2645
« zip_entry_filesize zip_entry_open » PHP Manual Zip 関数 ディレクトリエントリの名前を取得する z ... ip_entry_name (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PEC ... L zip >= 1.0.0) zip_entry_name — ディレクトリエントリの名前を取得する 警告 この関 ... 関数に頼らないことを強く推奨します。 説明 zip_entry_name ( resource $zip_entry ): string | false 指定したデ ...
https://man.plustar.jp/php/function.zip-entry-name.html - [similar]
クラスのオートローディング 2645
« オブジェクト定数 コンストラクタとデストラクタ » PHP Manual クラスとオブジェクト クラスのオート ... す。 <?php spl_autoload_register (function ( $class_name ) { include $class_name . '.php' ; }); $obj = new ... とします。 <?php spl_autoload_register (function ( $name ) { var_dump ( $name ); }); class Foo implements I ...
https://man.plustar.jp/php/language.oop5.autoload.html - [similar]
一行取得する 2645
« DocResult::fetchAll DocResult::getWarnings » PHP Manual mysql_xdevapi\DocResult 一行取得する D ... createCollection ( "people" ); $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' )-> execu ... te (); $create -> add ( '{"name": "Reginald", "age": 42, "job": "Butler"}' )-> exe ... " ["age"]=> int(42) ["job"]=> string(6) "Butler" ["name"]=> string(8) "Reginald" } 関連キーワード: 一行 , ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.fetchone.html - [similar]