検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 1896 for Get (0.049 sec.)
引数のリストから要素をひとつ返す 3393
« forward_static_call func_get_args » PHP Manual 関数処理 関数 引数のリストから要素をひとつ返す ... func_get_arg (PHP 4, PHP 5, PHP 7, PHP 8) func_get_arg — 引 ... 数のリストから要素をひとつ返す 説明 func_get_arg ( int $position ): mixed ユーザーが定義した関数 ... 得します。 この関数は、 func_num_args() および func_get_args() と組み合わせて使用され、これにより ユーザー ... 引数の数より多い場合に警告を発生します。 例 例1 func_get_arg() の例 <?php function foo () { $numargs = func ...
https://man.plustar.jp/php/function.func-get-arg.html - [similar]
登録されたソケットのトランスポートの一覧を取得する 3393
« stream_get_meta_data stream_get_wrappers » PHP Manual ストリーム 関数 登録されたソケットのトラ ... ンスポートの一覧を取得する stream_get_transports (PHP 5, PHP 7, PHP 8) stream_get_transp ... ソケットのトランスポートの一覧を取得する 説明 stream_get_transports (): array スクリプトを走らせているシステ ... トのトランスポート名の配列を返します。 例 例1 stream_get_transports() を使った例 <?php $xportlist = stream_ ... cp [1] => udp [2] => unix [3] => udg ) 参考 stream_get_filters() - 登録されているフィルタのリストを取得す ...
https://man.plustar.jp/php/function.stream-get-transports.html - [similar]
Gets previously set hook on function or method 3393
« uopz_get_exit_status uopz_get_mock » PHP Manual Uopz 関数 Gets previously set hook on function ... or method uopz_get_hook (PECL uopz 5, PECL uopz 6, PECL uopz 7) uopz_ ... get_hook — Gets previously set hook on function or method 説明 uo ... pz_get_hook ( string $function ): Closure uopz_get_hook ( ... string $class , string $function ): Closure Gets the previously set hook on a function or method. ...
https://man.plustar.jp/php/function.uopz-get-hook.html - [similar]
Mcrypt 3379
« hash はじめに » PHP Manual 暗号 Mcrypt Mcrypt はじめに インストール/設定 要件 インストール手順 ... ecrypts crypttext with given parameters mcrypt_enc_get_algorithms_name — Returns the name of the opened a ... lgorithm mcrypt_enc_get_block_size — Returns the blocksize of the opened a ... lgorithm mcrypt_enc_get_iv_size — オープンされたアルゴリズムの IV の大きさ ... を返す mcrypt_enc_get_key_size — オープンされたモードでサポートされる最大 ...
https://man.plustar.jp/php/book.mcrypt.html - [similar]
直近のエラーの説明を取得する 3379
« intl_get_error_code intl_is_failure » PHP Manual 国際化 関数 直近のエラーの説明を取得する intl ... _get_error_message (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL ... intl >= 1.0.0) intl_get_error_message — 直近のエラーの説明を取得する 説明 ... intl_get_error_message (): string 直近の国際化関数のコールに ... コールで発生したエラーの説明を返します。 例 例1 intl_get_error_message() の例 <?php if( Collator :: getAvai ...
https://man.plustar.jp/php/function.intl-get-error-message.html - [similar]
指定した暗号/モードの組み合わせに属する IV の大きさを返す 3379
« mcrypt_get_cipher_name mcrypt_get_key_size » PHP Manual Mcrypt 関数 指定した暗号/モードの組み合 ... わせに属する IV の大きさを返す mcrypt_get_iv_size (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PEC ... L mcrypt >= 1.0.0) mcrypt_get_iv_size — 指定した暗号/モードの組み合わせに属する ... この関数に頼らないことを強く推奨します。 説明 mcrypt_get_iv_size ( string $cipher , string $mode ): int 指定 ... 合わせにおける IV の大きさを取得します。 mcrypt_enc_get_iv_size() 関数を使用するほうが より有用です。これは ...
https://man.plustar.jp/php/function.mcrypt-get-iv-size.html - [similar]
指定した暗号のキーの長さを得る 3379
« mcrypt_get_iv_size mcrypt_list_algorithms » PHP Manual Mcrypt 関数 指定した暗号のキーの長さを得 ... る mcrypt_get_key_size (PHP 4, PHP 5, PHP 7 < 7.2.0, PECL mcrypt ... >= 1.0.0) mcrypt_get_key_size — 指定した暗号のキーの長さを得る 警告 この ... この関数に頼らないことを強く推奨します。 説明 mcrypt_get_key_size ( int $cipher ): int | false mcrypt_get_k ... 2.4.x あるいは 2.5.x とリンクした場合です。 mcrypt_get_key_size() は、 cipher で(暗号化モードとあわせて)指 ...
https://man.plustar.jp/php/function.mcrypt-get-key-size.html - [similar]
HTTP GET 変数 3379
« $_SERVER $_POST » PHP Manual 定義済の変数 HTTP GET 変数 $_GET (PHP 4 >= 4.1.0, PHP 5, PHP 7, P ... HP 8) $_GET — HTTP GET 変数 説明 URL パラメータ (a.k.a クエリス ... リプトに渡された変数の連想配列です。 この配列の値は、GETリクエストだけでなく、クエリストリングが含まれた全て ... クエストで収集されることに注意して下さい。 例 例1 $_GET の例 <?php echo 'Hello ' . htmlspecialchars ( $_GE ... global $variable; とする必要はありません。 注意 : GET 変数は urldecode() 関数を介して渡されます。 参考 外 ...
https://man.plustar.jp/php/reserved.variables.get.html - [similar]
Get BLOB/CLOB data size 3359
« cubrid_lob_send cubrid_lob2_bind » PHP Manual CUBRID 関数 Get BLOB/CLOB data size cubrid_lob_s ... ize (PECL CUBRID >= 8.3.1) cubrid_lob_size — Get BLOB/CLOB data size 説明 cubrid_lob_size ( resourc ... _identifier ): string cubrid_lob_size() is used to get BLOB/CLOB data size. パラメータ lob_identifier LOB ... cubrid_lob_size() example <?php $lobs = cubrid_lob_get ( $con , "SELECT doc_content FROM doc WHERE doc_id ... ); cubrid_lob_close ( $lobs ); ?> 参考 cubrid_lob_get() - Get BLOB/CLOB data cubrid_lob_close() - Close ...
https://man.plustar.jp/php/function.cubrid-lob-size.html - [similar]
MQSeries MQGET 3359
« mqseries_disc mqseries_inq » PHP Manual mqseries 関数 MQSeries MQGET mqseries_get (PECL mqseri ... es >= 0.10.0) mqseries_get — MQSeries MQGET 説明 mqseries_get ( resource $hCo ... $compCode , resource &$reason ): void The mqseries_get() (MQGET) call retrieves a message from a local qu ... ject to be used. md Message descriptor (MQMD). gmo Get message options (MQGMO). bufferLength Expected len ... h of the result buffer msg Buffer holding the message that was retrieved from the object. data_length Act ...
https://man.plustar.jp/php/function.mqseries-get.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT