検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1068 for file (0.052 sec.)
ファイルの行にブレークポイントを挿入する 4136
« phpdbg 関数 phpdbg_break_function » PHP Manual phpdbg 関数 ファイルの行にブレークポイントを挿入 ... する phpdbg_break_file (PHP 5 >= 5.6.3, PHP 7, PHP 8) phpdbg_break_file... ルの行にブレークポイントを挿入する 説明 phpdbg_break_file ( string $file , int $line ): void 指定された file ... た line にブレークポイントを挿入します。 パラメータ file ファイル名 line 行番号 戻り値 値を返しません。 参考 ... をクリアする 関連キーワード: 挿入 , phpdbg , break , file , ファイル , 行 , 関数 , function , エントリ , str ...
https://man.plustar.jp/php/function.phpdbg-break-file.html - [similar]
WinCache 関数への切り替え 4136
« WinCache セッションハンドラ リソース型 » PHP Manual インストール/設定 WinCache 関数への切り替え ... 適化した実装が用意されている関数は、次のとおりです。 file_exists file_get_contents readfile is_readable is_w ... ritable is_dir realpath filesize WinCache の関数切り替え機能を使えるよう設定する ... ファイルの例を以下に示します。この例では、PHP の関数 file_get_contents() がコールされると、それが wincache_f ... 2 Reroute.ini ファイルの内容 [FunctionRerouteList] file_exists=wincache_file_exists file_get_contents:2=wi ...
https://man.plustar.jp/php/wincache.reroutes.html - [similar]
ファイルのステータスのキャッシュをクリアする 4088
« chown copy » PHP Manual ファイルシステム 関数 ファイルのステータスのキャッシュをクリアする cle ... che ( bool $clear_realpath_cache = false , string $filename = "" ): void stat や lstat 、 またはその他の関 ... も 注意してください。もし存在しないファイルに対して file_exists() をコールする場合、ファイルを作成するまで ... 響を受ける関数を以下に示します。 stat() , lstat() , file_exists() , is_writable() , is_readable() , is_exec ... utable() , is_file() , is_dir() , is_link() , filectime() , fileatime ...
https://man.plustar.jp/php/function.clearstatcache.html - [similar]
highlight_file のエイリアス 4088
« sapi_windows_vt100_support sleep » PHP Manual その他の関数 highlight_file のエイリアス show_so ... HP 4, PHP 5, PHP 7, PHP 8) show_source — highlight_file() のエイリアス 説明 この関数は次の関数のエイリアス ... です。 highlight_file() . 関連キーワード: highlight , file , 関数 , wind ...
https://man.plustar.jp/php/function.show-source.html - [similar]
Returns list of directory contents in repository URL, optionally at revision num... 4070
« svn_log svn_mkdir » PHP Manual SVN 関数 Returns list of directory contents in repository URL, ... n queries the repository URL and returns a list of files and directories, optionally from a specific revis ... root . To access a local Subversion repository via filesystem, use the file URI scheme, eg. file:///home/u ... 戻り値 On success, this function returns an array file listing in the format of: [0] => Array ( [created_ ... ng author name of last edit [size] => integer byte file size of file [time] => string date of last edit in ...
https://man.plustar.jp/php/function.svn-ls.html - [similar]
SessionHandlerInterface クラス 4046
« SessionHandler::write SessionHandlerInterface::close » PHP Manual Sessions SessionHandlerInter ... れは PHP のデフォルトのセッション保存ハンドラである files と似たものです。この例をさらに拡張すれば、 PHP が ... e] public function read ( $id ) { return (string)@ file_get_contents ( " $this -> savePath /sess_ $id " ); ... blic function write ( $id , $data ): bool { return file_put_contents ( " $this -> savePath /sess_ $id " , ... true ; } public function destroy ( $id ): bool { $file = " $this -> savePath /sess_ $id " ; if ( file_exi ...
https://man.plustar.jp/php/class.sessionhandlerinterface.html - [similar]
コマンドラインオプション 4028
« 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンド ... も調べることができます。 Usage: php [options] [-f] <file> [--] [args...] php [options] -r <code> [--] [args ... [--] [args...] php [options] [-B <begin_code>] -F <file> [-E <end_code>] [--] [args...] php [options] -- [ ... ] php [options] -a -a Run interactively -c <path>|<file> Look for php.ini file in this directory -n No php ... .ini file will be used -d foo[=bar] Define INI entry foo wit ...
https://man.plustar.jp/php/features.commandline.options.html - [similar]
外部ファイルを生の PostScript コードとして読み込む 4028
« ps_hyphenate ps_lineto » PHP Manual PS 関数 外部ファイルを生の PostScript コードとして読み込む ... ps_include_file (PECL ps >= 1.3.4) ps_include_file — 外部ファイルを ... 生の PostScript コードとして読み込む 説明 ps_include_file ( resource $psdoc , string $file ): bool 警告 この ... s_new() が返す postscript ファイルの ID リソース。 file 戻り値 成功した場合に true を、失敗した場合に fals ... します。 関連キーワード: 外部 , コード , ファイル , file , include , 関数 , psdoc , 記述 , 成功 , リソース ...
https://man.plustar.jp/php/function.ps-include-file.html - [similar]
Update the RRD database file 4028
« RRDUpdater::__construct ScoutAPM » PHP Manual RRDUpdater Update the RRD database file RRDUpdat ... .9.0) RRDUpdater::update — Update the RRD database file 説明 public RRDUpdater::update ( array $values , s ... tring $time = time() ): bool Updates the RRD file defined via RRDUpdater::__construct() . The file i ... "12411" ), "920807700" ); ?> 関連キーワード: RRD , file , Update , database , RRDUpdater , the , update , ...
https://man.plustar.jp/php/rrdupdater.update.html - [similar]
Read data from a file onto the end of the buffer 4004
« EventBuffer::read EventBuffer::readLine » PHP Manual EventBuffer Read data from a file onto th ... >= 1.7.0) EventBuffer::readFrom — Read data from a file onto the end of the buffer 説明 public EventBuffer ... mixed $fd , int $howmuch ): int Read data from the file specified by fd onto the end of the buffer. パラメ ... ータ fd Socket resource, stream, or numeric file descriptor. howmuch Maxmimum number of bytes to re ... ffer 関連キーワード: buffer , from , EventBuffer , file , data , Read , onto , of , the , bytes ...
https://man.plustar.jp/php/eventbuffer.readfrom.html - [similar]