検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 389 for filename (0.048 sec.)
指定した名前で画像を書き込む 5109
« Imagick::whiteThresholdImage Imagick::writeImageFile » PHP Manual Imagick 指定した名前で画像を ... を書き込む 説明 public Imagick::writeImage ( string $filename = NULL ): bool 指定した名前で画像を書き込みます。f ... は、 Imagick::readImage() あるいは Imagick::setImageFilename() で設定した名前で書き込みます。 パラメータ filena ... ワード: 画像 , 名前 , Imagick , 指定 , writeImage , filename , imagick , パラメータ , 形式 , writeImageFile ...
https://man.plustar.jp/php/imagick.writeimage.html - [similar]
ファイルのサイズを取得する 5066
« fileperms filetype » PHP Manual ファイルシステム 関数 ファイルのサイズを取得する filesize (PHP ... ファイルのサイズを取得する 説明 filesize ( string $filename ): int | false 指定したファイルのサイズを取得します ... 。 パラメータ filename ファイルへのパス。 戻り値 ファイルのサイズを返し、 ... e() の例 <?php // 出力例 somefile.txt: 1024 bytes $filename = 'somefile.txt' ; echo $filename . ': ' . filesiz ... e ( $filename ) . ' bytes' ; ?> 注意 注意 : この関数の結果は キャ ...
https://man.plustar.jp/php/function.filesize.html - [similar]
出力用のファイルを開く 5023
« ps_new ps_open_image_file » PHP Manual PS 関数 出力用のファイルを開く ps_open_file (PECL ps >= ... を開く 説明 ps_open_file ( resource $psdoc , string $filename = ? ): bool ディスク上に新しいファイルを作成し、Po ... s_new() が返す、postscript ファイルのリソース ID。 filename postscript ファイルの名前。 filename が渡されなかっ ... じる 関連キーワード: 出力 , ファイル , open , file , filename , ドキュメント , new , psdoc , 作成 , 名前 ...
https://man.plustar.jp/php/function.ps-open-file.html - [similar]
例外を作成する 4979
« ErrorException ErrorException::getSeverity » PHP Manual ErrorException 例外を作成する ErrorExc ... nt $code = 0 , int $severity = E_ERROR , ? string $filename = null , ? int $line = null , ? Throwable $previou ... 、ここでは エラー定数 を用いることを想定しています。 filename 例外がスローされたファイル名。 line 例外がスローさ ... 外の連結に使います。 変更履歴 バージョン 説明 8.0.0 filename と line は、 nullable になりました。 これより前のバ ... 関連キーワード: 例外 , 作成 , ErrorException , int , filename , スロー , construct , string , severity , バージョ ...
https://man.plustar.jp/php/errorexception.construct.html - [similar]
S/MIME メッセージを暗号化する 4979
« openssl_pkcs7_decrypt openssl_pkcs7_read » PHP Manual OpenSSL 関数 S/MIME メッセージを暗号化す ... 号化する 説明 openssl_pkcs7_encrypt ( string $input_filename , string $output_filename , OpenSSLCertificate | a ... 128_CBC ): bool openssl_pkcs7_encrypt() は、 input_filename という名前のファイルの内容を RC2 40 ビット暗号によ ... 者によってのみ読むことが可能です。 パラメータ input_filename output_filename certificate X.509 証明書または X.5 ... } ?> 関連キーワード: 暗号 , メッセージ , encrypt , filename , certificate , ヘッダ , 配列 , バージョン , algo ...
https://man.plustar.jp/php/function.openssl-pkcs7-encrypt.html - [similar]
Gets unix timestamp of the last sample 4979
« rrd_info rrd_lastupdate » PHP Manual RRD 関数 Gets unix timestamp of the last sample rrd_last ... mestamp of the last sample 説明 rrd_last ( string $filename ): int Returns the UNIX timestamp of the most rece ... nt update of the RRD database. パラメータ filename RRD database file name. 戻り値 Integer as unix tim ... ample , rrd , of , the , RRD , database , recent , filename , string ...
https://man.plustar.jp/php/function.rrd-last.html - [similar]
インクルードパスに対してファイル名を解決する 4979
« stream_register_wrapper stream_select » PHP Manual ストリーム 関数 インクルードパスに対してファ ... 解決する 説明 stream_resolve_include_path ( string $filename ): string | false インクルードパスに対して filenam ... en() / include と同じルールに従います。 パラメータ filename 解決するファイル名。 戻り値 解決したファイル名を含 ... 解決 , パス , stream , include , resolve , path , filename , string , 関数 , ストリーム ...
https://man.plustar.jp/php/function.stream-resolve-include-path.html - [similar]
SimpleXML 要素に基づき整形式の XML 文字列を返す 4979
« SimpleXMLElement::addChild SimpleXMLElement::attributes » PHP Manual SimpleXMLElement SimpleXM ... 返す 説明 public SimpleXMLElement::asXML ( ? string $filename = null ): string | bool asXML メソッドは、親オブジ ... version 1.0 形式にフォーマットします。 パラメータ filename 文字列を指定した場合、データを返すかわりにファイル ... にデータを書き込みます。 戻り値 filename が指定されていない場合、この関数は 成功時に string ... false を返します。 変更履歴 バージョン 説明 8.0.0 filename は、nullable になりました。 例 例1 XML を取得する ...
https://man.plustar.jp/php/simplexmlelement.asxml.html - [similar]
Send file through the HTTP response. 4979
« Swoole\Http\Response::rawcookie Swoole\Http\Response::status » PHP Manual Swoole\Http\Response ... 説明 public Swoole\Http\Response::sendfile ( string $filename , int $offset = ? ): ReturnType Send file through ... the HTTP response. パラメータ filename offset 戻り値 関連キーワード: Send , file , throug ... h , Swoole , Http , the , sendfile , filename , offset , status ...
https://man.plustar.jp/php/swoole-http-response.sendfile.html - [similar]
4979
« 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を ... 内容を 2 回出力します。 例1 簡単な Zlib の例 <?php $filename = tempnam ( '/tmp' , 'zlibtest' ) . '.gz' ; echo " ... 定して書きこみ用にファイルをオープン $zp = gzopen ( $filename , "w9" ); // 文字列をファイルに書きこむ gzwrite ( ... // 読みこみ用にファイルをオープン $zp = gzopen ( $filename , "r" ); // 3 文字読みこむ echo gzread ( $zp , 3 ) ... ープンし、内容を出力する (2回目) if ( readgzfile ( $filename ) != strlen ( $s )) { echo "Error with zlib functi ...
https://man.plustar.jp/php/zlib.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT