検索

phrase: max: clip:
target: order:
Results of 501 - 510 of about 1200 for var (0.611 sec.)
Creates a new vector using a callable to determine which values to include 2792
« Ds\Vector::count Ds\Vector::find » PHP Manual Vector Creates a new vector using a callable to ... ector = new \ Ds \ Vector ([ 1 , 2 , 3 , 4 , 5 ]); var_dump ( $vector -> filter (function( $value ) { ret ... ew \ Ds \ Vector ([ 0 , 1 , 'a' , true , false ]); var_dump ( $vector -> filter ()); ?> 上の例の出力は、 ...
https://man.plustar.jp/php/ds-vector.filter.html - [similar]
2792
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... data from the input buffer to the output buffer // Variant #1 $bev -> output -> addBuffer ( $bev -> input ... ); /* Variant #2 */ /* $input = $bev->getInput(); $output = ... echo "Couldn't open event base" ; exit( 1 ); } // Variant #1 /* $this->socket = socket_create(AF_INET, S ... Listener::OPT_REUSEABLE, -1, $this->socket); */ // Variant #2 $this -> listener = new EventListener ( $th ...
https://man.plustar.jp/php/event.examples.html - [similar]
グレゴリオ暦の日付/時刻の妥当性を確認します 2792
« 日付・時刻 関数 date_add » PHP Manual 日付・時刻 関数 グレゴリオ暦の日付/時刻の妥当性を確認しま ... に false を返します。 例 例1 checkdate() の例 <?php var_dump ( checkdate ( 12 , 31 , 2000 )); var_dump ( c ...
https://man.plustar.jp/php/function.checkdate.html - [similar]
オブジェクトのクラス名を返す 2792
« get_class_vars get_declared_classes » PHP Manual クラス/オブジェクト関数 オブジェクトのクラス名 ... tract class bar { public function __construct () { var_dump ( get_class ( $this )); var_dump ( get_class ... _construct () { } } $baz = new \ Foo \ Bar \ Baz ; var_dump ( get_class ( $baz )); ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/function.get-class.html - [similar]
乱数値の最大値を表示する 2792
« min mt_rand » PHP Manual Math 関数 乱数値の最大値を表示する mt_getrandmax (PHP 4, PHP 5, PHP 7 ... mt_rand () / mt_getrandmax () * ( $max - $min ); } var_dump ( randomFloat ()); var_dump ( randomFloat ( 2 ...
https://man.plustar.jp/php/function.mt-getrandmax.html - [similar]
quoted-printable 文字列を 8 ビット文字列に変換する 2792
« printf quoted_printable_encode » PHP Manual String 関数 quoted-printable 文字列を 8 ビット文字 ... rintable_encode ( 'Möchten Sie ein paar Äpfel?' ); var_dump ( $encoded ); var_dump ( quoted_printable_dec ...
https://man.plustar.jp/php/function.quoted-printable-decode.html - [similar]
共有メモリセグメントへの接続を閉じる 2792
« shm_attach shm_get_var » PHP Manual セマフォ関数 共有メモリセグメントへの接続を閉じる shm_deta ... - Unix システムから共有メモリを削除する shm_remove_var() - 共有メモリから変数を削除する 関連キーワード: s ...
https://man.plustar.jp/php/function.shm-detach.html - [similar]
ストリーミングのためにハッシュを初期化する 2792
« sodium_crypto_generichash_final sodium_crypto_generichash_keygen » PHP Manual Sodium 関数 スト ... = sodium_crypto_generichash_final ( $state , 32 ); var_dump ( sodium_bin2hex ( $final )); $allAtOnce = so ... _crypto_generichash ( implode ( '' , $messages )); var_dump ( sodium_bin2hex ( $allAtOnce )); ?> 上の例の ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-init.html - [similar]
sodium_crypto_secretbox で使うランダムな鍵を生成する 2792
« sodium_crypto_scalarmult sodium_crypto_secretbox_open » PHP Manual Sodium 関数 sodium_crypto_s ... の例 <?php $key = sodium_crypto_secretbox_keygen (); var_dump ( sodium_bin2hex ( $key ) ); ?> 上の例の出力は ... random_bytes ( SODIUM_CRYPTO_SECRETBOX_KEYBYTES ); var_dump ( mb_strlen ( $key , '8bit' ) === mb_strlen ( ...
https://man.plustar.jp/php/function.sodium-crypto-secretbox-keygen.html - [similar]
指定した時刻まで実行を遅延する 2792
« time_nanosleep uniqid » PHP Manual その他の関数 指定した時刻まで実行を遅延する time_sleep_unti ... til() の例 <?php // false を返し、警告を発生します var_dump ( time_sleep_until ( time ()- 1 )); // 高速な ... ュータ上でのみ動作します。実行を 0.2 秒遅延します。 var_dump ( time_sleep_until ( microtime ( true )+ 0.2 ...
https://man.plustar.jp/php/function.time-sleep-until.html - [similar]