検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 12 for filehandle (0.001 sec.)
ジェネレータと Iterator オブジェクトとの比較 14167
« ジェネレータの構文 アトリビュート » PHP Manual ジェネレータ ジェネレータと Iterator オブジェク ... p function getLinesFromFile ( $fileName ) { if (! $fileHandle = fopen ( $fileName , 'r' )) { return; } while ( f ... alse !== $line = fgets ( $fileHandle )) { yield $line ; } fclose ( $fileHandle ); } // ... lass LineIterator implements Iterator { protected $fileHandle ; protected $line ; protected $i ; public function ... __construct ( $fileName ) { if (! $this -> fileHandle = fopen ( $fileName , 'r' )) { throw new RuntimeEx ...
https://man.plustar.jp/php/language.generators.comparison.html - [similar]
オープンしているファイルハンドルから画像を読み込む 9816
« Imagick::readImageBlob Imagick::readimages » PHP Manual Imagick オープンしているファイルハンド ... 込む 説明 public Imagick::readImageFile ( resource $filehandle , string $fileName = null ): bool オープンしている ... ファイルハンドルから画像を読み込みます。 パラメータ filehandle fileName 戻り値 成功した場合に true を返します。 エ ... イル , readImageFile , fileName , imagick , エラー , filehandle ...
https://man.plustar.jp/php/imagick.readimagefile.html - [similar]
画像をファイルハンドルに書き出す 9073
« Imagick::writeImage Imagick::writeImages » PHP Manual Imagick 画像をファイルハンドルに書き出す ... 出す 説明 public Imagick::writeImageFile ( resource $filehandle , string $format = ? ): bool 開いているファイルハン ... ck をコンパイルした場合に使用可能です。 パラメータ filehandle 画像を書き出すファイルハンドル。 format 画像のフォ ... ーマット , writeImageFile , format , queryFormats , filehandle , コンパイル ...
https://man.plustar.jp/php/imagick.writeimagefile.html - [similar]
画像の基本属性を手軽に取得する 8755
« Imagick::pingImageBlob Imagick::polaroidImage » PHP Manual Imagick 画像の基本属性を手軽に取得す ... する 説明 public Imagick::pingImageFile ( resource $filehandle , string $fileName = ? ): bool このメソッドを使用す ... ck をコンパイルした場合に使用可能です。 パラメータ filehandle 開いている画像のファイルハンドル。 fileName オプシ ... , pingImageFile , ハンドル , メソッド , fileName , filehandle , pingImageBlob , imagick ...
https://man.plustar.jp/php/imagick.pingimagefile.html - [similar]
Vtiful\Kernel\Excel setRow 8330
« Vtiful\Kernel\Excel::setColumn Vtiful\Kernel\Format » PHP Manual Vtiful\Kernel\Excel Vtiful\Ke ... bject = $excel -> fileName ( 'tutorial01.xlsx' ); $fileHandle = $fileObject -> getHandle (); $boldStyle = \ Vtif ... ul \ Kernel \ Format :: bold ( $fileHandle ); $fileObject -> header ([ 'name' , 'age' ]) -> d ...
https://man.plustar.jp/php/vtiful-kernel-excel.setRow.html - [similar]
Vtiful\Kernel\Format align 8330
« Vtiful\Kernel\Format Vtiful\Kernel\Format::bold » PHP Manual Vtiful\Kernel\Format Vtiful\Kerne ... int $style ) set cell align パラメータ handle xlsx file handle style Vtiful\Kernel\Format constant 戻り値 Resour ... bject = $excel -> fileName ( 'tutorial01.xlsx' ); $fileHandle = $fileObject -> getHandle (); $alignStyle = \ Vti ... ful \ Kernel \ Format :: align ( $fileHandle , \ Vtiful \ Kernel \ Format :: FORMAT_ALIGN_LEFT ...
https://man.plustar.jp/php/vtiful-kernel-format.align.html - [similar]
Vtiful\Kernel\Format bold 8330
« Vtiful\Kernel\Format::align Vtiful\Kernel\Format::italic » PHP Manual Vtiful\Kernel\Format Vti ... l\Kernel\Format bold format パラメータ handle xlsx file handle 戻り値 Resource 例 例1 example <?php $config = [ ... bject = $excel -> fileName ( 'tutorial01.xlsx' ); $fileHandle = $fileObject -> getHandle (); $boldStyle = \ Vtif ... ul \ Kernel \ Format :: bold ( $fileHandle ); $fileObject -> header ([ 'name' , 'age' ]) -> d ...
https://man.plustar.jp/php/vtiful-kernel-format.bold.html - [similar]
Vtiful\Kernel\Format italic 8330
« Vtiful\Kernel\Format::bold Vtiful\Kernel\Format::underline » PHP Manual Vtiful\Kernel\Format V ... Kernel\Format italic format パラメータ handle xlsx file handle 戻り値 Resource 例 例1 example <?php $config = [ ... bject = $excel -> fileName ( 'tutorial01.xlsx' ); $fileHandle = $fileObject -> getHandle (); $italicStyle = \ Vt ... iful \ Kernel \ Format :: italic ( $fileHandle ); $fileObject -> header ([ 'name' , 'age' ]) -> d ...
https://man.plustar.jp/php/vtiful-kernel-format.italic.html - [similar]
Vtiful\Kernel\Format underline 8330
« Vtiful\Kernel\Format::italic プロセス制御 » PHP Manual Vtiful\Kernel\Format Vtiful\Kernel\Form ... nel\Format underline format パラメータ handle xlsx file handle style Vtiful\Kernel\Format constant 戻り値 Resour ... bject = $excel -> fileName ( 'tutorial01.xlsx' ); $fileHandle = $fileObject -> getHandle (); $underlineStyle = \ ... Vtiful \ Kernel \ Format :: underline ( $fileHandle , \ Vtiful \ Kernel \ Format :: UNDERLINE_SINGLE ) ...
https://man.plustar.jp/php/vtiful-kernel-format.underline.html - [similar]
Vtiful\Kernel\Excel setColumn 8224
« Vtiful\Kernel\Excel::output Vtiful\Kernel\Excel::setRow » PHP Manual Vtiful\Kernel\Excel Vtifu ... bject = $excel -> fileName ( 'tutorial01.xlsx' ); $fileHandle = $fileObject -> getHandle (); $boldStyle = \ Vtif ... ul \ Kernel \ Format :: bold ( $fileHandle ); $fileObject -> header ([ 'name' , 'age' ]) -> d ...
https://man.plustar.jp/php/vtiful-kernel-excel.setColumn.html - [similar]
PREV 1 2 NEXT