検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 176 for res (0.009 sec.)
bytea 型のバイナリをアンエスケープする 5192
« pg_tty pg_untrace » PHP Manual PostgreSQL 関数 bytea 型のバイナリをアンエスケープする pg_unesc ... を返します。 注意 : bytea 型を SELECT した場合、PostgreSQL は '\' で 始まる 8 進数のバイト値(例: \032)を返 ... ンバートすることを期待されています。 この関数は PostgreSQL 7.2 以降のバージョンが必要です。PostgreSQL 7.2.0 ... ble (image) VALUES ('$image_escaped'::bytea); PostgreSQL 7.2.2 以降ではキャストする必要はありません。 クラ ... メータ string PHP のバイナリ文字列に変換される PostgreSQL の bytea データを含む 文字列 。 戻り値 アンエスケ ...
https://man.plustar.jp/php/function.pg-unescape-bytea.html - [similar]
サーバーを追加する 5192
« radius_acct_open radius_auth_open » PHP Manual Radius 関数 サーバーを追加する radius_add_serve ... rver — サーバーを追加する 説明 radius_add_server ( resource $radius_handle , string $hostname , int $port ... add_server() の例 <?php if (! radius_add_server ( $res , 'radius.example.com' , 1812 , 'testing123' , 3 , ... 3 )) { echo 'RadiusError:' . radius_strerror ( $res ). "\n<br>" ; exit; } ?> 参考 radius_config() - 指 ...
https://man.plustar.jp/php/function.radius-add-server.html - [similar]
アイテムを取得する 5192
« Memcached::flush Memcached::getAllKeys » PHP Manual Memcached アイテムを取得する Memcached::ge ... 列を返します。 キーが存在しない場合、 Memcached::getResultCode() は Memcached::RES_NOTFOUND を返します。 変 ... ( $ip = $m -> get ( 'ip_block' ))) { if ( $m -> getResultCode () == Memcached :: RES_NOTFOUND ) { $ip = a ...
https://man.plustar.jp/php/memcached.get.html - [similar]
ファイルの状態を取得する 5136
« eio_link eio_mkdir » PHP Manual Eio 関数 ファイルの状態を取得する eio_lstat (PECL eio >= 0.0.1 ... $pri , callable $callback , mixed $data = NULL ): resource eio_lstat() は、 callback の result 引数でファ ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 ... data は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的に ... o-file.tmp" ; touch ( $tmp_filename ); function my_res_cb ( $data , $result ) { var_dump ( $data ); var_d ...
https://man.plustar.jp/php/function.eio-lstat.html - [similar]
ファイルの状態を取得する 5136
« eio_set_min_parallel eio_statvfs » PHP Manual Eio 関数 ファイルの状態を取得する eio_stat (PECL ... $pri , callable $callback , mixed $data = NULL ): resource eio_stat() は、 callback の result 引数でファ ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 ... data は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的に ... 合に false を返します。 成功した場合は、 callback の result 引数に配列が格納されます。 例 例1 eio_stat() の ...
https://man.plustar.jp/php/function.eio-stat.html - [similar]
MySQL サーバー上で利用可能なデータベースのリストを得る 5136
« mysql_insert_id mysql_list_fields » PHP Manual MySQL 関数 MySQL サーバー上で利用可能なデータベ ... SQL クエリー: SHOW DATABASES 説明 mysql_list_dbs ( resource $link_identifier = NULL ): resource 現在の my ... ーが生成されます。 戻り値 成功した場合に結果ポインタ resource を、失敗した場合に false を返します。結果ポイ ... 'localhost' , 'mysql_user' , 'mysql_password' ); $res = mysql_query ( "SHOW DATABASES" ); while ( $row = ... mysql_fetch_assoc ( $res )) { echo $row [ 'Database' ] . "\n" ; } // PHP 5. ...
https://man.plustar.jp/php/function.mysql-list-dbs.html - [similar]
結果インスタンスから値を返す 5136
« pg_fetch_object pg_fetch_row » PHP Manual PostgreSQL 関数 結果インスタンスから値を返す pg_fetc ... h_result (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_fetch_ ... esult — 結果インスタンスから値を返す 説明 pg_fetch_result ( PgSql\Result $result , int $row , mixed $fiel ... d ): string | false | null pg_fetch_result ( PgSql\Result $result , mixed $field ): string ... | false | null pg_fetch_result() は、 PgSql\Result クラスのインスタンスから 特 ...
https://man.plustar.jp/php/function.pg-fetch-result.html - [similar]
直近の行のオブジェクト ID を返す 5136
« pg_last_notice pg_lo_close » PHP Manual PostgreSQL 関数 直近の行のオブジェクト ID を返す pg_la ... 行のオブジェクト ID を返す 説明 pg_last_oid ( PgSql\Result $result ): string | int | false pg_last_oid() は ... 当てられた OID を取得します。 OID フィールドは PostgreSQL 7.2 からはオプションとなり、 PostgreSQL 8.1 では ... ィールドが テーブルに存在しない場合、プログラマは pg_result_status() を使用して挿入が成功したことを 確かめる ... れた行の SERIAL フィールドの値を取得するには、 PostgreSQL の CURRVAL 関数を使用してシーケンス内で 直近に要 ...
https://man.plustar.jp/php/function.pg-last-oid.html - [similar]
暗号化フィルタ 5069
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... 2 ) { if( strlen ( $str1 ) == strlen ( $str2 )) { $res = $str1 ^ $str2 ; for( $ret = 0 , $i = strlen ( $r ... es ) - 1 ; $i >= 0 ; $i --) $ret |= ord ( $res [ $i ]); return ! $ret ; } return false ; } privat ... = 'php://filter/read=user-filter.skipfirst32bytes/resource=' . $filename ; $hkey = hash_pbkdf2 ( "sha256 ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
ファイルの状態を取得する 5069
« eio_fdatasync eio_fstatvfs » PHP Manual Eio 関数 ファイルの状態を取得する eio_fstat (PECL eio ... int $pri , callable $callback , mixed $data = ? ): resource eio_fstat() は、 callback の result 引数でファ ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 ... data は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的に ... eio_fstat() が終わったら呼ばれます */ function my_res_cb ( $data , $result ) { // 状態を配列で出力します ...
https://man.plustar.jp/php/function.eio-fstat.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT