検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 176 for res (0.007 sec.)
はじめに 5304
« Eio インストール/設定 » PHP Manual Eio はじめに はじめに この拡張モジュールは、非同期 POSIX I/ ... び出し <?php function my_symlink_done ( $filename , $result ) { // $filename を $new_filename に移動するリク ... てから呼ばれます */ function my_grp_done ( $data , $result ) { // ... } function my_symlink_done ( $filena ... me , $result ) { // eio_rename リクエストを作り、グループに追 ... ); } /* .. そしてここにも書きます */ } function my_res_cb ( $d , $r ) { var_dump ( $r ); var_dump ( $d ); ...
https://man.plustar.jp/php/intro.eio.html - [similar]
文字列のソート用のキーを取得する 5248
« Collator::getLocale Collator::getStrength » PHP Manual Collator 文字列のソート用のキーを取得す ... = 'Hello' ; $coll = collator_create ( 'en_US' ); $res = collator_get_sort_key ( $coll , $s1 ); echo bin2 ... hex ( $res ); ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/collator.getsortkey.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 5248
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... ダに PHP 変数をバインドする 説明 oci_bind_by_name ( resource $statement , string $param , mixed &$var , in ... ); oci_execute ( $stid ); oci_fetch_all ( $stid , $res ); foreach ( $res [ 'CITY' ] as $c ) { print $c . ... ); oci_execute ( $stid ); oci_fetch_all ( $stid , $res ); foreach ( $res [ 'CITY' ] as $c ) { print $c . ... ); oci_execute ( $stid ); oci_fetch_all ( $stid , $res ); foreach ( $res [ 'LAST_NAME' ] as $name ) { pri ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
指定されたフィールドのフィールド番号を返す 5248
« pg_field_name pg_field_prtlen » PHP Manual PostgreSQL 関数 指定されたフィールドのフィールド番号 ... ルドのフィールド番号を返す 説明 pg_field_num ( PgSql\Result $result , string $field ): int pg_field_num() は ... 、 指定した結果 ( result ) インスタンスにおいて field に相当するカラム(フ ... 以前は pg_fieldnum() と呼ばれていました。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数が ... ありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 field フィールドの名前。 ...
https://man.plustar.jp/php/function.pg-field-num.html - [similar]
フィールド番号に対応する型名を返す 5248
« pg_field_type_oid pg_flush » PHP Manual PostgreSQL 関数 フィールド番号に対応する型名を返す pg_ ... 番号に対応する型名を返す 説明 pg_field_type ( PgSql\Result $result , int $field ): string pg_field_type() ... は、指定した result インスタンスにおいて、指定した field の型名を保 ... 返します。 注意 : フィールドが(基本型ではなく)PostgreSQL ドメインを使用している場合は、 ドメインそのものの ... 前は pg_fieldtype() と呼ばれていました。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数が ...
https://man.plustar.jp/php/function.pg-field-type.html - [similar]
文字列属性を設定する 5248
« radius_put_int radius_put_vendor_addr » PHP Manual Radius 関数 文字列属性を設定する radius_put ... ng — 文字列属性を設定する 説明 radius_put_string ( resource $radius_handle , int $type , string $value , ... put_string() の例 <?php if (! radius_put_string ( $res , RADIUS_USER_NAME , 'billy' )) { echo 'RadiusErro ... r:' . radius_strerror ( $res ). "\n<br />" ; exit; } ?> 参考 radius_put_int() - ...
https://man.plustar.jp/php/function.radius-put-string.html - [similar]
ストリームにタイムアウトを設定する 5248
« stream_set_read_buffer stream_set_write_buffer » PHP Manual ストリーム 関数 ストリームにタイム ... ムにタイムアウトを設定する 説明 stream_set_timeout ( resource $stream , int $seconds , int $microseconds = ... P/1.0\r\n\r\n" ); stream_set_timeout ( $fp , 2 ); $res = fread ( $fp , 2000 ); $info = stream_get_meta_da ... ]) { echo 'Connection timed out!' ; } else { echo $res ; } } ?> 注意 注意 : この関数では、 stream_socket_ ...
https://man.plustar.jp/php/function.stream-set-timeout.html - [similar]
内容を指定して、ファイルを ZIP アーカイブに追加する 5248
« ZipArchive::addFile ZipArchive::addGlob » PHP Manual ZipArchive 内容を指定して、ファイルを ZIP ... ブへのエントリの追加 <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' , ZipArchive :: CREATE ... ); if ( $res === TRUE ) { $zip -> addFromString ( 'test.txt' , ...
https://man.plustar.jp/php/ziparchive.addfromstring.html - [similar]
アーカイブの内容を展開する 5248
« ZipArchive::deleteName ZipArchive::getArchiveComment » PHP Manual ZipArchive アーカイブの内容を ... 二つのエントリの展開 <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test_im.zip' ); if ( $res === TR ...
https://man.plustar.jp/php/ziparchive.extractto.html - [similar]
フィールド番号に対応する型 ID(OID)を返す 5192
« pg_field_table pg_field_type » PHP Manual PostgreSQL 関数 フィールド番号に対応する型 ID(OID) ... る型 ID(OID)を返す 説明 pg_field_type_oid ( PgSql\Result $result , int $field ): string | int pg_field_t ... ype_oid() は、指定した result インスタンスにおける指定した field の型の OID を ... 。 フィールド型についての詳細な情報を得るには、PostgreSQL のシステムテーブル pg_type に対して、この関数で取 ... 得した OID を用いて 問い合わせます。PostgreSQL の format_type() 関数は、 型の OID を SQL の型名 ...
https://man.plustar.jp/php/function.pg-field-type-oid.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT