検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1896 for Get (0.016 sec.)
宣言されている全てのインターフェイスの配列を返す 3210
« get_declared_classes get_declared_traits » PHP Manual クラス/オブジェクト関数 宣言されている全 ... てのインターフェイスの配列を返す get_declared_interfaces (PHP 5, PHP 7, PHP 8) get_decl ... 言されている全てのインターフェイスの配列を返す 説明 get_declared_interfaces (): array 宣言されているインタ ... れているインターフェイス名の配列を返します。 例 例1 get_declared_interfaces() の例 <?php print_r ( get_dec ... インターフェイスが宣言されているかどうかを確認する get_declared_classes() - 定義済のクラスの名前を配列とし ...
https://man.plustar.jp/php/function.get-declared-interfaces.html - [similar]
リソース型を返す 3210
« get_resource_id gettype » PHP Manual 変数操作 関数 リソース型を返す get_resource_type (PHP 4 > ... = 4.0.2, PHP 5, PHP 7, PHP 8) get_resource_type — リソース型を返す 説明 get_resource ... の関数は null を返し、エラーを発生させます。 例 例1 get_resource_type() の例 <?php $fp = fopen ( "foo" , " ... w" ); echo get_resource_type ( $fp ) . "\n" ; // PHP 8.0.0 以降で ... を返すようになったからです。 $c = curl_init (); echo get_resource_type ( $c ) . "\n" ; ?> 上の例の PHP 7 で ...
https://man.plustar.jp/php/function.get-resource-type.html - [similar]
ストリーム / ラッパー / コンテキストに設定されているオプションを取得する 3210
« stream_context_get_default stream_context_get_params » PHP Manual ストリーム 関数 ストリーム / ... に設定されているオプションを取得する stream_context_get_options (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) stre ... am_context_get_options — ストリーム / ラッパー / コンテキストに設 ... 定されているオプションを取得する 説明 stream_context_get_options ( resource $stream_or_context ): array 指定 ... プションを連想配列で返します。 例 例1 stream_context_get_options() の例 <?php $params = array( "method" => ...
https://man.plustar.jp/php/function.stream-context-get-options.html - [similar]
パーサの寛大さを設定する 3210
« IntlDateFormatter::setCalendar IntlDateFormatter::setPattern » PHP Manual IntlDateFormatter パ ... . datefmt_parse ( $fmt , '35/13/1971' ); if ( intl_get_error_code () != 0 ) { echo "\nError_msg is : " . ... intl_get_error_message (); echo "\nError_code is : " . intl ... _get_error_code (); } datefmt_set_lenient ( $fmt , fals ... . datefmt_parse ( $fmt , '35/13/1971' ); if ( intl_get_error_code () != 0 ) { echo "\nError_msg is : " . ...
https://man.plustar.jp/php/intldateformatter.setlenient.html - [similar]
Swoole 関数 3210
« 定義済み定数 swoole_async_dns_lookup » PHP Manual Swoole Swoole 関数 Swoole 関数 目次 swoole_a ... t or on the last error code swoole_client_select — Get the file description which are ready to read/write ... or error swoole_cpu_num — Get the number of CPU swoole_errno — Get the error cod ... swoole_event_write — Write data to a socket swoole_get_local_ip — Get the IPv4 IP addresses of each NIC o ... n the machine swoole_last_error — Get the lastest error message swoole_load_module — Loa ...
https://man.plustar.jp/php/ref.swoole-funcs.html - [similar]
Export BLOB/CLOB data to file 3191
« cubrid_lob_close cubrid_lob_get » PHP Manual CUBRID 関数 Export BLOB/CLOB data to file cubrid_ ... $path_name ): bool cubrid_lob_export() is used to get BLOB/CLOB data from CUBRID database, and saves its ... ile. To use this function, you must use cubrid_lob_get() first to get BLOB/CLOB info from CUBRID. パラメー ... c VALUES (5,'hello,cubrid')" ); $lobs = cubrid_lob_get ( $conn , "SELECT doc_content FROM doc WHERE id=5" ... ); cubrid_disconnect ( $conn ); ?> 参考 cubrid_lob_get() - Get BLOB/CLOB data cubrid_lob_close() - Close ...
https://man.plustar.jp/php/function.cubrid-lob-export.html - [similar]
Get a lob object's size 3191
« cubrid_lob2_seek cubrid_lob2_size » PHP Manual CUBRID 関数 Get a lob object's size cubrid_lob2 ... size64 (PECL CUBRID >= 8.4.1) cubrid_lob2_size64 — Get a lob object's size 説明 cubrid_lob2_size64 ( reso ... tring The cubrid_lob2_size64() function is used to get the size of a lob object. If the size of a lob obj ... Lob identifier as a result of cubrid_lob2_new() or get from the result set. 戻り値 It will return the siz ... or position of the LOB object cubrid_lob2_size() - Get a lob object's size 関連キーワード: lob , size , c ...
https://man.plustar.jp/php/function.cubrid-lob2-size64.html - [similar]
Returns the last errstr 3191
« fann_get_errno fann_get_layer_array » PHP Manual Fann 関数 Returns the last errstr fann_get_er ... rstr (PECL fann >= 1.0.0) fann_get_errstr — Returns the last errstr 説明 fann_get_err ... reset_errstr() - Resets the last error string fann_get_errno() - Returns the last error number 関連キーワ ...
https://man.plustar.jp/php/function.fann-get-errstr.html - [similar]
magic_quotes_runtime の現在アクティブな設定値を取得する 3191
« get_magic_quotes_gpc get_required_files » PHP Manual PHP オプション/情報 関数 magic_quotes_run ... time の現在アクティブな設定値を取得する get_magic_quotes_runtime (PHP 4, PHP 5, PHP 7) get_mag ... した。この関数に頼らないことを強く推奨します。 説明 get_magic_quotes_runtime (): bool magic_quotes_runtime ... 説明 7.4.0 この関数は推奨されなくなりました。 例 例1 get_magic_quotes_runtime() の例 <?php // magic_quotes_ ... runtime が有効かどうかを調べます if( get_magic_quotes_runtime ()) { // 無効にします set_mag ...
https://man.plustar.jp/php/function.get-magic-quotes-runtime.html - [similar]
XML パーサのカレントのカラム番号を取得する 3191
« xml_get_current_byte_index xml_get_current_line_number » PHP Manual XML パーサ 関数 XML パーサ ... のカレントのカラム番号を取得する xml_get_current_column_number (PHP 4, PHP 5, PHP 7, PHP 8) ... xml_get_current_column_number — XML パーサのカレントのカラ ... ム番号を取得する 説明 xml_get_current_column_number ( XMLParser $parser ): int 指 ... を返します。それ以外の場合は、現在のパーサの ( xml_get_current_line_number() で取得した) 現在の行のカラム ...
https://man.plustar.jp/php/function.xml-get-current-column-number.html - [similar]