検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 389 for filename (0.062 sec.)
ヒストリを書きこむ 5317
« readline_redisplay readline » PHP Manual Readline 関数 ヒストリを書きこむ readline_write_histo ... リを書きこむ 説明 readline_write_history ( ? string $filename = null ): bool この関数はコマンドヒストリをファイル ... に書き込みます。 パラメータ filename 保存するファイルへのパス。 戻り値 成功した場合に t ... false を返します。 変更履歴 バージョン 説明 8.0.0 filename は、nullable になりました。 関連キーワード: ヒスト ... リ , history , filename , 関数 , redisplay , string , コマンド , パラメータ ...
https://man.plustar.jp/php/function.readline-write-history.html - [similar]
ファイルの inode を取得する 5274
« filegroup filemtime » PHP Manual ファイルシステム 関数 ファイルの inode を取得する fileinode ( ... ファイルの inode を取得する 説明 fileinode ( string $filename ): int | false ファイルの inode を取得します。 パラ ... メータ filename ファイルへのパス。 戻り値 ファイルの inode 番号を返 ... 1 現在のファイルとのファイルの inode の比較 <?php $filename = 'index.php' ; if ( getmyinode () == fileinode ( ... $filename )) { echo 'You are checking the current file.' ; } ...
https://man.plustar.jp/php/function.fileinode.html - [similar]
バイナリセーフなファイル書き込み処理 5274
« ftruncate glob » PHP Manual ファイルシステム 関数 バイナリセーフなファイル書き込み処理 fwrite ... になりました。 例 例1 簡単な fwrite() の例 <?php $filename = 'test.txt' ; $somecontent = "Add this to the fil ... つ書き込み可能かどうか確認します if ( is_writable ( $filename )) { // この例では$filenameを追加モードでオープンし ... tが追加される位置になります。 if (! $fp = fopen ( $filename , 'a' )) { echo "Cannot open file ( $filename )" ; ... tent ) === FALSE ) { echo "Cannot write to file ( $filename )" ; exit; } echo "Success, wrote ( $somecontent ) ...
https://man.plustar.jp/php/function.fwrite.html - [similar]
ヒストリを読み込む 5274
« readline_on_new_line readline_redisplay » PHP Manual Readline 関数 ヒストリを読み込む readline ... リを読み込む 説明 readline_read_history ( ? string $filename = null ): bool この関数は、コマンドヒストリをファイ ... ルから読み込みます。 パラメータ filename コマンドヒストリを含むファイルへのパス。 戻り値 成 ... false を返します。 変更履歴 バージョン 説明 8.0.0 filename は、nullable になりました。 関連キーワード: ヒスト ... リ , read , filename , history , コマンド , 関数 , string , redisplay , ...
https://man.plustar.jp/php/function.readline-read-history.html - [similar]
ファイルの最終アクセス時刻および最終更新日をセットする 5274
« tmpfile umask » PHP Manual ファイルシステム 関数 ファイルの最終アクセス時刻および最終更新日をセ ... 刻および最終更新日をセットする 説明 touch ( string $filename , ? int $mtime = null , ? int $atime = null ): boo ... l filename で指定されたファイルの最終更新日を、 mtime で指定さ ... 存在しない場合、ファイルが生成されます。 パラメータ filename 処理したいファイルの名前。 mtime 設定する時刻。 mt ... なりました。 例 例1 touch() の例 <?php if ( touch ( $filename )) { echo $filename . ' modification time has been ...
https://man.plustar.jp/php/function.touch.html - [similar]
新しいファイルオブジェクトを作成する 5274
« SplFileObject SplFileObject::current » PHP Manual SplFileObject 新しいファイルオブジェクトを作 ... る 説明 public SplFileObject::__construct ( string $filename , string $mode = "r" , bool $useIncludePath = fals ... 新しいファイルオブジェクトを作成します。 パラメータ filename 読み込むファイル。 ヒント fopen wrappers が有効の場 ... れるモードのリストは fopen() を参照。 useIncludePath filename を探すのに include_path を探索するかどうか。 conte ... で作られる有効なコンテキストリソース。 エラー / 例外 filename がオープンできない場合、 RuntimeException がスロー ...
https://man.plustar.jp/php/splfileobject.construct.html - [similar]
ファイルから HTML を読み込む 5231
« DOMDocument::loadHTML DOMDocument::loadXML » PHP Manual DOMDocument ファイルから HTML を読み込 ... 込む 説明 public DOMDocument::loadHTMLFile ( string $filename , int $options = 0 ): DOMDocument | bool この関数は ...filename という名前のファイルから 読み込んだ HTML ドキュメン ... TML でなくても 読み込むことができます。 パラメータ filename HTML ファイルへのパス。 options Libxml 2.6.0 以降で ... た場合に false を返します エラー / 例外 空の文字列を filename に渡したり中身が空のファイルを指定したりすると、警 ...
https://man.plustar.jp/php/domdocument.loadhtmlfile.html - [similar]
CMS の署名を検証する 5231
« openssl_cms_sign openssl_csr_export_to_file » PHP Manual OpenSSL 関数 CMS の署名を検証する ope ... 名を検証する 説明 openssl_cms_verify ( string $input_filename , int $flags = 0 , ? string $certificates = null , ... y $ca_info = [] , ? string $untrusted_certificates_filename = null , ? string $content = null , ? string $pk7 ... ed(内包)署名 のふたつがあります。 パラメータ input_filename 入力ファイル。 flags cms_verify() に渡すフラグ。 c ... の認証局の証明書を含む配列。 untrusted_certificates_filename 追加の中間証明書を含むファイル名。 content 署名が外 ...
https://man.plustar.jp/php/function.openssl-cms-verify.html - [similar]
Process a PHP file importing function and class definitions, overwriting where a... 5231
« runkit7_function_rename runkit7_method_add » PHP Manual runkit7 関数 Process a PHP file import ... PECL runkit7 4.0.0. 説明 runkit7_import ( string $filename , int $flags = ? ): bool Similar to include . Howe ... y overwritten by their new definitions. パラメータ filename Filename to import function and class definitions ... runkit , function , definitions , import , flags , filename , where , appropriate , overwriting , importing ...
https://man.plustar.jp/php/function.runkit7-import.html - [similar]
画像を指定したファイル名で書き出す 5231
« Gmagick::write GmagickDraw » PHP Manual Gmagick 画像を指定したファイル名で書き出す Gmagick::wr ... で書き出す 説明 public Gmagick::writeimage ( string $filename , bool $all_frames = false ): Gmagick 画像を指定し ... たファイル名で書き出します。filename が null の場合は、 Gmagick::readimage() あるいは G ... magick::setimagefilename() で設定したファイル名で書き出します。 パラメータ ... 関連キーワード: Gmagick , 画像 , 指定 , writeimage , filename , エラー , 設定 , GmagickException , 例外 , オブジ ...
https://man.plustar.jp/php/gmagick.writeimage.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT