検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 1068 for file (0.025 sec.)
ファイルから 1 行取り出し HTML タグを取り除く 3146
« SplFileObject::fgets SplFileObject::flock » PHP Manual SplFileObject ファイルから 1 行取り出し ... HTML タグを取り除く SplFileObject::fgetss (PHP 5 >= 5.1.0, PHP 7) SplFileObjec ... 関数に頼らないことを強く推奨します。 説明 public SplFileObject::fgetss ( string $allowable_tags = ? ): stri ... ng SplFileObject::fgetss() 読み込むテキストから HTML と PHP タ ... グを取り除こうとすること以外、 SplFileObject::fgets() と同じです。 この関数は、ある呼び出 ...
https://man.plustar.jp/php/splfileobject.fgetss.html - [similar]
ディレクトリハンドルからエントリを読み込む 3146
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... r me" , E_USER_NOTICE ); return false ; } if (! is_file ( $path )) { trigger_error ( " $path isn't a file" ... fread ( $this -> fp , 512 ); $data = unpack ( "a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8checksum ... /a1filetype/a100link/a100linkedfile" , $header ); // Trim ... the filename and filesize $filename = trim ( $data [ "filen ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
Enters a required event method feature that the application demands 3122
« EventConfig::__construct EventConfig::setFlags » PHP Manual EventConfig Enters a required even ... onfig :: FEATURE_FDS ) and print( "FDS - arbitrary file descriptor types, and not just sockets\n" ); } ?> ... ります。 FDS feature is now requried FDS - arbitrary file descriptor types, and not just sockets 参考 EventB ... , requireFeatures , Enters , demands , features , file , descriptor ...
https://man.plustar.jp/php/eventconfig.requirefeatures.html - [similar]
フォームの表示対象となるフレームを設定する 3122
« fdf_set_submit_form_action fdf_set_value » PHP Manual FDF 関数 フォームの表示対象となるフレーム ... fdf_document , string $frame_name ): bool fdf_save_file() で定義した PDF の結果を出力する 対象のフレームを ... を、失敗した場合に false を返します。 参考 fdf_save_file() 関連キーワード: fdf , フレーム , 対象 , 設定 , フ ... ォーム , 表示 , arget , open , file , save ...
https://man.plustar.jp/php/function.fdf-set-target-frame.html - [similar]
関数のエントリにブレークポイントを挿入する 3122
« phpdbg_break_file phpdbg_break_method » PHP Manual phpdbg 関数 関数のエントリにブレークポイント ... 関数の名前 戻り値 値を返しません。 参考 phpdbg_break_file() - ファイルの行にブレークポイントを挿入する phpdb ... 挿入 , phpdbg , 関数 , エントリ , break , function , file , string , パラメータ , 名前 ...
https://man.plustar.jp/php/function.phpdbg-break-function.html - [similar]
画像を閉じ、メモリを開放する 3122
« ps_clip ps_close » PHP Manual PS 関数 画像を閉じ、メモリを開放する ps_close_image (PECL ps >= ... D。 imageid ps_open_image() あるいは ps_open_image_file() が返す、 画像のリソース ID。 戻り値 成功した場合 ... ) - 後で配置するために画像を読み込む ps_open_image_file() - ファイルから画像を開く 関連キーワード: 画像 , ... 開放 , メモリ , open , リソース , psdoc , imageid , file , resource , int ...
https://man.plustar.jp/php/function.ps-close-image.html - [similar]
外部のパスあるいはファイルを phar アーカイブ内に仮想的にマウントする 3122
« Phar::mapPhar Phar::mungServer » PHP Manual Phar 外部のパスあるいはファイルを phar アーカイブ内 ... す。 <?php $configuration = simplexml_load_string ( file_get_contents ( Phar :: running ( false ) . '/confi ... :: mount ( 'config.xml' , EXTERNAL_CONFIG ); if ( file_exists ( __DIR__ . '/extra_config.xml' )) { Phar : ... lse { Phar :: mount ( 'config.xml' , 'phar://' . __FILE__ . '/default_config.xml' ); Phar :: mount ( 'extr ... a.xml' , 'phar://' . __FILE__ . '/default_extra.xml' ); } // アプリケーションを ...
https://man.plustar.jp/php/phar.mount.html - [similar]
ファイルとともに保存されている、ファイル固有のメタデータを返す 3122
« PharFileInfo::getContent PharFileInfo::getPharFlags » PHP Manual PharFileInfo ファイルとともに ... 保存されている、ファイル固有のメタデータを返す PharFileInfo::getMetadata (PHP 5 >= 5.3.0, PHP 7, PHP 8, PE ... CL phar >= 1.0.0) PharFileInfo::getMetadata — ファイルとともに保存されている、 ... ファイル固有のメタデータを返す 説明 public PharFileInfo::getMetadata ( array $unserializeOptions = [] ... 数 unserializeOptions が追加されました。 例 例1 PharFileInfo::getMetadata() の例 <?php // 確実に消しておきま ...
https://man.plustar.jp/php/pharfileinfo.getmetadata.html - [similar]
3122
« 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフ ... , $entries )) die( "No such index: $index " ); $orfilename = $entries [ $index ]-> getName (); //UTF-8 en ... coded $filesize = $entries [ $index ]-> getUnpackedSize (); /* ... SINCE here and compare with * $entries[$index]->getFileTime(). You could also send a * "Last modified" hea ... tStream (); if ( $fp === FALSE ) die( "Cannot open file with index $index insided the archive." ); $arch - ...
https://man.plustar.jp/php/rar.examples.html - [similar]
エントリの圧縮方法を取得する 3122
« RarEntry::getHostOs RarEntry::getName » PHP Manual RarEntry エントリの圧縮方法を取得する RarEn ... ます。 例 例1 RarEntry::getMethod() の例 <?php $rar_file = rar_open ( 'example.rar' ) or die( "Rar アーカイ ... プンに失敗しました" ); $entry = rar_entry_get ( $rar_file , 'Dir/file.txt' ) or die( "そのようなエントリは見 ...
https://man.plustar.jp/php/rarentry.getmethod.html - [similar]