検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 176 for res (0.023 sec.)
表示される長さを返す 6979
« pg_field_num pg_field_size » PHP Manual PostgreSQL 関数 表示される長さを返す pg_field_prtlen ( ... 表示される長さを返す 説明 pg_field_prtlen ( PgSql\Result $result , int $row_number , mixed $field_name_o ... r_number ): int pg_field_prtlen ( PgSql\Result $result , mixed $field_name_or_number ): int pg ... _field_prtlen() は、 result で指定した値に関して、実際に 表示した場合の長さ ... は pg_fieldprtlen() と呼ばれていました。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数が ...
https://man.plustar.jp/php/function.pg-field-prtlen.html - [similar]
処理対象のリクエスト数を返す 6744
« eio_nready eio_nthreads » PHP Manual Eio 関数 処理対象のリクエスト数を返す eio_nreqs (PECL eio ... を返します。 例 例1 eio_nreqs() の例 <?php function res_cb ( $data , $result ) { var_dump ( $data ); var_d ... ump ( $result ); } eio_nop ( EIO_PRI_DEFAULT , "res_cb" , "1" ... ); eio_nop ( EIO_PRI_DEFAULT , "res_cb" , "2" ); eio_nop ( EIO_PRI_DEFAULT , "res_cb" ...
https://man.plustar.jp/php/function.eio-nreqs.html - [similar]
collator のロケール名を取得する 6688
« Collator::getErrorMessage Collator::getSortKey » PHP Manual Collator collator のロケール名を取 ... p $coll = collator_create ( 'en_US_California' ); $res_val = collator_get_locale ( $coll , Locale :: VALI ... D_LOCALE ); $res_act = collator_get_locale ( $coll , Locale :: ACTU ... alid locale name: %s\nActual locale name: %s\n" , $res_val , $res_act ); ?> 上の例の出力は以下となります。 ...
https://man.plustar.jp/php/collator.getlocale.html - [similar]
指定したテキストを暗号化し、署名する 6688
« gnupg_encrypt gnupg_export » PHP Manual GnuPG 関数 指定したテキストを暗号化し、署名する gnupg_ ... キストを暗号化し、署名する 説明 gnupg_encryptsign ( resource $identifier , string $plaintext ): string 事前 ... 例 例1 手続き型の gnupg_encryptsign() の例 <?php $res = gnupg_init (); gnupg_addencryptkey ( $res , "866 ... 71D94B5B230549F9DC851566DC" ); gnupg_addsignkey ( $res , "8660281B6051D071D94B5B230549F9DC851566DC" , "te ... st" ); $enc = gnupg_encryptsign ( $res , "just a test" ); echo $enc ; ?> 例2 オブジェクト ...
https://man.plustar.jp/php/function.gnupg-encryptsign.html - [similar]
tables フィールドの名前あるいは oid を返す 6688
« pg_field_size pg_field_type_oid » PHP Manual PostgreSQL 関数 tables フィールドの名前あるいは o ... 名前あるいは oid を返す 説明 pg_field_table ( PgSql\Result $result , int $field , bool $oid_only = false ) ... rue の場合にテーブルの oid を返します。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数が ... ありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 field 0 から始まるフィー ... 合に false を返します 変更履歴 バージョン 説明 8.1.0 result は、 PgSql\Result クラスのインスタンスを期待する ...
https://man.plustar.jp/php/function.pg-field-table.html - [similar]
テキストへの署名 6577
« 例 GnuPG 関数 » PHP Manual 例 テキストへの署名 テキストへの署名 この例は、指定したテキストに署 ... の署名の例 (手続き型) <?php // gnupg を初期化します $res = gnupg_init (); // 必須ではありません。Clearsign ... はデフォルト値です gnupg_setsignmode ( $res , GNUPG_SIG_MODE_CLEAR ); // 署名のためのキーを、パ ... スフレーズ 'test' で追加します gnupg_addsignkey ( $res , "8660281B6051D071D94B5B230549F9DC851566DC" , "te ... st" ); // 署名します $signed = gnupg_sign ( $res , "just a test" ); echo $signed ; ?> 例2 gnupg での ...
https://man.plustar.jp/php/gnupg.examples-clearsign.html - [similar]
未処理のリクエストがあるかどうかを調べる 6521
« eio_open eio_read » PHP Manual Eio 関数 未処理のリクエストがあるかどうかを調べる eio_poll (PEC ... を返します。 例 例1 eio_poll() の例 <?php function res_cb ( $data , $result ) { var_dump ( $data ); var_d ... ump ( $result ); } eio_nop ( EIO_PRI_DEFAULT , "res_cb" , "1" ... ); eio_nop ( EIO_PRI_DEFAULT , "res_cb" , "2" ); eio_nop ( EIO_PRI_DEFAULT , "res_cb" ...
https://man.plustar.jp/php/function.eio-poll.html - [similar]
名前で定義されたエントリの圧縮メソッドを設定する 6521
« ZipArchive::setCompressionIndex ZipArchive::setEncryptionIndex » PHP Manual ZipArchive 名前で定 ... エントリの圧縮メソッドを設定する ZipArchive::setCompressionName (PHP 7, PHP 8, PECL zip >= 1.13.0) ZipArch ... ive::setCompressionName — 名前で定義されたエントリの圧縮メソッドを ... 設定する 説明 public ZipArchive::setCompressionName ( string $name , int $method , int $compfl ... でファイルを追加する <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' , ZipArchive :: CREATE ...
https://man.plustar.jp/php/ziparchive.setcompressionname.html - [similar]
フォーマッタのロケールを取得する 6465
« NumberFormatter::getErrorMessage NumberFormatter::getPattern » PHP Manual NumberFormatter フォ ... か ( Locale::VALID_LOCALE , Locale::ACTUAL_LOCALE , respectively) を選択します。デフォルトは実際のロケール ... fmt_create ( $req , NumberFormatter :: DECIMAL ); $res_val = numfmt_get_locale ( $fmt , Locale :: VALID_L ... OCALE ); $res_act = numfmt_get_locale ( $fmt , Locale :: ACTUAL_ ... cale name: %s\nActual locale name: %s\n" , $req , $res_val , $res_act ); ?> 上の例の出力は以下となります。 ...
https://man.plustar.jp/php/numberformatter.getlocale.html - [similar]
署名を検証する 6398
« openssl_spki_verify openssl_x509_check_private_key » PHP Manual OpenSSL 関数 署名を検証する op ... data' ; // 新しい秘密鍵と公開鍵を作成 $private_key_res = openssl_pkey_new (array( "private_key_bits" => 2 ... $details = openssl_pkey_get_details ( $private_key_res ); $public_key_res = openssl_pkey_get_public ( $de ... 成 openssl_sign ( $data , $signature , $private_key_res , "sha256WithRSAEncryption" ); // 署名を検証 $ok = ... openssl_verify ( $data , $signature , $public_key_res , OPENSSL_ALGO_SHA256 ); if ( $ok == 1 ) { echo "v ...
https://man.plustar.jp/php/function.openssl-verify.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT