検索

phrase: max: clip:
target: order:
Results of 571 - 580 of about 1070 for Dump (0.320 sec.)
現在の Phar エントリを zlib あるいは bzip2 のいずれかで圧縮する 2754
« PharFileInfo::chmod PharFileInfo::__construct » PHP Manual PharFileInfo 現在の Phar エントリを ... e.txt' ] = 'hi' ; $file = $p [ 'myfile.txt' ]; var_dump ( $file -> isCompressed ( Phar :: BZ2 )); $p [ 'my ... file.txt' ]-> compress ( Phar :: BZ2 ); var_dump ( $file -> isCompressed ( Phar :: BZ2 )); } catch ...
https://man.plustar.jp/php/pharfileinfo.compress.html - [similar]
Remove items from cache 2754
« Yac::__construct Yac::dump » PHP Manual Yac Remove items from cache Yac::delete (PECL yac >= 1 ...
https://man.plustar.jp/php/yac.delete.html - [similar]
サポートする日付と時刻の書式 2724
« timezone_version_get 時刻の書式 » PHP Manual Date/Time サポートする日付と時刻の書式 サポートす ... ます: <?php $res = date_parse ( "2015-09-31" ); var_dump ( $res [ "warnings" ]); ?> 上の例の出力は以下となり ... : createFromFormat ( "Y-m-d" , "2015-09-34" ); var_dump ( $res ); 上の例の出力は以下となります。 class Dat ...
https://man.plustar.jp/php/datetime.formats.html - [similar]
Returns the last value 2724
« Ds\Deque::jsonSerialize Ds\Deque::map » PHP Manual Deque Returns the last value Ds\Deque::last ... php $deque = new \ Ds \ Deque ([ 1 , 2 , 3 ]); var_dump ( $deque -> last ()); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/ds-deque.last.html - [similar]
Returns the current capacity 2724
« Ds\Map::apply Ds\Map::clear » PHP Manual Map Returns the current capacity Ds\Map::capacity (PE ... city() example <?php $map = new \ Ds \ Map (); var_dump ( $map -> capacity ()); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/ds-map.capacity.html - [similar]
Returns the current capacity 2724
« Ds\PriorityQueue::allocate Ds\PriorityQueue::clear » PHP Manual PriorityQueue Returns the curr ... le <?php $queue = new \ Ds \ PriorityQueue (); var_dump ( $queue -> capacity ()); ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/ds-priorityqueue.capacity.html - [similar]
キーを基準にして配列の差を計算する 2724
« array_diff_assoc array_diff_uassoc » PHP Manual 配列 関数 キーを基準にして配列の差を計算する a ... 'green' => 5 , 'yellow' => 7 , 'cyan' => 8 ); var_dump ( array_diff_key ( $array1 , $array2 )); ?> 上の例 ... 'blue' => 6 , 'yellow' => 7 , 'mauve' => 8 ); var_dump ( array_diff_key ( $array1 , $array2 , $array3 )); ...
https://man.plustar.jp/php/function.array-diff-key.html - [similar]
ファイルを開く 2724
« eio_nthreads eio_poll » PHP Manual Eio 関数 ファイルを開く eio_open (PECL eio >= 0.0.1dev) eio ... ( $data , $result ) { // ゼロが成功を表します var_dump ( $result == 0 ); @ unlink ( $data ); } /* eio_ope ... t にはファイルディスクリプタが含まれるはずです var_dump ( $result > 0 ); if ( $result > 0 ) { // ファイルを ...
https://man.plustar.jp/php/function.eio-open.html - [similar]
指定したフィルタでデータをフィルタリングする 2724
« filter_var_array 関数処理 » PHP Manual Filter 関数 指定したフィルタでデータをフィルタリングする ... se を返します。 例 例1 filter_var() の例 <?php var_dump ( filter_var ( 'bob@example.com' , FILTER_VALIDATE ... _EMAIL )); var_dump ( filter_var ( 'http://example.com' , FILTER_VALID ...
https://man.plustar.jp/php/function.filter-var.html - [similar]
PBKDF2 を使ってパスワードからキーを生成する 2724
« hash_init hash_update_file » PHP Manual Hash 関数 PBKDF2 を使ってパスワードからキーを生成する ... 256" , $password , $salt , $iterations , 20 ); var_dump ( $hash ); // バイナリの場合、同じ結果を得るために ... $password , $salt , $iterations , 10 , true ); var_dump ( bin2hex ( $hash )); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/function.hash-pbkdf2.html - [similar]