検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 389 for foreach (0.102 sec.)
現在の tar/zip アーカイブ内のすべてのファイルを圧縮する 4469
« PharData::compress PharData::__construct » PHP Manual PharData 現在の tar/zip アーカイブ内のす ... file.txt' ] = 'hi' ; $p [ 'myfile2.txt' ] = 'hi' ; foreach ( $p as $file ) { var_dump ( $file -> getFileName ... ar :: GZ )); } $p -> compressFiles ( Phar :: GZ ); foreach ( $p as $file ) { var_dump ( $file -> getFileName ...
https://man.plustar.jp/php/phardata.compressfiles.html - [similar]
現在の zip アーカイブ内のすべてのファイルの圧縮を解除する 4469
« PharData::decompress PharData::delMetadata » PHP Manual PharData 現在の zip アーカイブ内のすべ ... xt' ] = 'hi' ; $p -> compressFiles ( Phar :: GZ ); foreach ( $p as $file ) { var_dump ( $file -> getFileName ... essed ( Phar :: GZ )); } $p -> decompressFiles (); foreach ( $p as $file ) { var_dump ( $file -> getFileName ...
https://man.plustar.jp/php/phardata.decompressfiles.html - [similar]
ジェネレータの戻り値を取得する 4382
« Generator::current Generator::key » PHP Manual Generator ジェネレータの戻り値を取得する Genera ... (function() { yield 1 ; yield 2 ; return 3 ; })(); foreach ( $gen as $val ) { echo $val , PHP_EOL ; } echo $g ...
https://man.plustar.jp/php/generator.getreturn.html - [similar]
設定したフォントを返す 4382
« Imagick::queryFontMetrics Imagick::queryFormats » PHP Manual Imagick 設定したフォントを返す Im ... ntList = \ Imagick :: queryFonts ( "Helvetica*" ); foreach ( $fontList as $fontName ) { $output .= '<li>' . $ ...
https://man.plustar.jp/php/imagick.queryfonts.html - [similar]
InfiniteIterator を作成する 4382
« InfiniteIterator InfiniteIterator::next » PHP Manual InfiniteIterator InfiniteIterator を作成す ... $limit = new LimitIterator ( $infinite , 0 , 7 ); foreach( $limit as $value ) { echo " $value \n" ; } ?> 上の ...
https://man.plustar.jp/php/infiniteiterator.construct.html - [similar]
複数のアイテムを取得する 4382
« Memcached::getDelayedByKey Memcached::getMultiByKey » PHP Manual Memcached 複数のアイテムを取得 ... Multi ( $keys , Memcached :: GET_PRESERVE_ORDER ); foreach ( $got as $k => $v ) { echo " $k $v \n" ; } ?> 上の ... $keys , $null , Memcached :: GET_PRESERVE_ORDER ); foreach ( $got as $k => $v ) { echo " $k $v \n" ; } ?> 上の ...
https://man.plustar.jp/php/memcached.getmulti.html - [similar]
Execute one or more write operations 4382
« MongoDB\Driver\Manager::createClientEncryption MongoDB\Driver\Manager::executeCommand » PHP Ma ... d document(s)\n" , $result -> getDeletedCount ()); foreach ( $result -> getUpsertedIds () as $index => $id ) ... rue )); } /* If a write could not happen at all */ foreach ( $result -> getWriteErrors () as $writeError ) { ...
https://man.plustar.jp/php/mongodb-driver-manager.executebulkwrite.html - [similar]
現在の Phar アーカイブ内のすべてのファイルを圧縮する 4382
« Phar::compress Phar::__construct » PHP Manual Phar 現在の Phar アーカイブ内のすべてのファイルを ... file.txt' ] = 'hi' ; $p [ 'myfile2.txt' ] = 'hi' ; foreach ( $p as $file ) { var_dump ( $file -> getFileName ... ar :: GZ )); } $p -> compressFiles ( Phar :: GZ ); foreach ( $p as $file ) { var_dump ( $file -> getFileName ...
https://man.plustar.jp/php/phar.compressfiles.html - [similar]
現在の Phar アーカイブ内のすべてのファイルの圧縮を解除する 4382
« Phar::decompress Phar::delMetadata » PHP Manual Phar 現在の Phar アーカイブ内のすべてのファイル ... xt' ] = 'hi' ; $p -> compressFiles ( Phar :: GZ ); foreach ( $p as $file ) { var_dump ( $file -> getFileName ... essed ( Phar :: GZ )); } $p -> decompressFiles (); foreach ( $p as $file ) { var_dump ( $file -> getFileName ...
https://man.plustar.jp/php/phar.decompressfiles.html - [similar]
SplFileObject のフラグをセットする 4382
« SplFileObject::setCsvControl SplFileObject::setMaxLineLen » PHP Manual SplFileObject SplFileOb ... ; $file -> setFlags ( SplFileObject :: READ_CSV ); foreach ( $file as $fields ) { var_dump ( $fields ); } ?> ...
https://man.plustar.jp/php/splfileobject.setflags.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT