Results of 1 - 10 of about 157 for realpath (0.001 sec.)
- realpath キャッシュサイズを取得 12960
- « realpath_cache_get realpath » PHP Manual ファイルシステム 関数 realpath キャッシュサイズを取得
...
realpath_cache_size (PHP 5 >= 5.3.2, PHP 7, PHP 8) realpath ...
_cache_size — realpath キャッシュサイズを取得 説明 realpath_cache_size () ...
: int realpath キャッシュで使用されるメモリー量を取得します。 パラ ...
メータ この関数にはパラメータはありません。 戻り値 realpath キャッシュが使用中のメモリ量を返します。 例 例1 re ...
-
https://man.plustar.jp/php/function.realpath-cache-size.html
- [similar]
- realpath キャッシュ・エントリーを取得 12568
- « readlink realpath_cache_size » PHP Manual ファイルシステム 関数 realpath キャッシュ・エントリー
...
を取得 realpath_cache_get (PHP 5 >= 5.3.2, PHP 7, PHP 8) realpath_ ...
cache_get — realpath キャッシュ・エントリーを取得 説明 realpath_cache_g ...
et (): array realpath キャッシュ内容を取得します。 パラメータ この関数に ...
はパラメータはありません。 戻り値 realpath キャッシュ・エントリーの配列を返します。キーは元の ...
-
https://man.plustar.jp/php/function.realpath-cache-get.html
- [similar]
- 正規化された絶対パス名を返す 12060
- « realpath_cache_size rename » PHP Manual ファイルシステム 関数 正規化された絶対パス名を返す realpath
...
lpath (PHP 4, PHP 5, PHP 7, PHP 8) realpath — 正規化された絶対パス名を返す 説明 realpath ( str ...
ing $path ): string | false realpath() は、 入力 path のシンボリックリンクをすべて展開し ...
スの末尾の区切り文字 ( \ や / など) は削除されます。 realpath() は、 たとえばファイルが存在しないなどの失敗時に ...
クリプトからの実行権限が必要です。もし権限がなければ realpath() は false を返します。 注意 : 大文字小文字を区別し ...
-
https://man.plustar.jp/php/function.realpath.html
- [similar]
- 正規化された絶対パスを取得する 11171
- « eio_readlink eio_rename » PHP Manual Eio 関数 正規化された絶対パスを取得する eio_realpath (PEC
...
L eio >= 0.0.1dev) eio_realpath — 正規化された絶対パスを取得する 説明 eio_realpath ...
le $callback , string $data = NULL ): resource eio_realpath() は、正規化された絶対パスを callback 関数の resul ...
短い形式のパス。 pri callback data 戻り値 例 例1 eio_realpath() の例 <?php var_dump ( getcwd ()); function my_re ...
( $data , $result ) { var_dump ( $result ); } eio_realpath ( "../" , EIO_PRI_DEFAULT , "my_realpath_allback" ...
-
https://man.plustar.jp/php/function.eio-realpath.html
- [similar]
- 指定されたパス文字列の実パスを解決する 9948
- « ssh2_sftp_readlink ssh2_sftp_rename » PHP Manual SSH2 関数 指定されたパス文字列の実パスを解決す
...
る ssh2_sftp_realpath (PECL ssh2 >= 0.9.0) ssh2_sftp_realpath — 指定され ...
たパス文字列の実パスを解決する 説明 ssh2_sftp_realpath ( resource $sftp , string $filename ): string file ...
'password' ); $sftp = ssh2_sftp ( $connection ); $realpath = ssh2_sftp_realpath ( $sftp , '/home/username/../ ...
../../..//./usr/../etc/passwd' ); /* $realpath は次の通り: '/etc/passwd' */ ?> 参考 realpath() - ...
-
https://man.plustar.jp/php/function.ssh2-sftp-realpath.html
- [similar]
- ファイルのステータスのキャッシュをクリアする 7316
- « chown copy » PHP Manual ファイルシステム 関数 ファイルのステータスのキャッシュをクリアする cle
...
ッシュをクリアする 説明 clearstatcache ( bool $clear_realpath_cache = false , string $filename = "" ): void stat ...
filetype() , および fileperms() . パラメータ clear_realpath_cache realpath キャッシュ も クリアするかどうか。 ...
filename realpath キャッシュを特定のファイル名だけに対してクリアする ...
。 clear_realpath_cache が true の場合にのみ使用。 戻り値 値を返しま ...
-
https://man.plustar.jp/php/function.clearstatcache.html
- [similar]
- オプションを設定する 7155
- « Imagick::setLastIterator Imagick::setPage » PHP Manual Imagick オプションを設定する Imagick::s
...
rol -> getImagePath (); $imagick = new \ Imagick ( realpath ( $imagePath )); $imagick -> setImageFormat ( 'jpg ...
imagePath , $format ) { $imagick = new \ Imagick ( realpath ( $imagePath )); $imagick -> setImageFormat ( 'png ...
rol -> getImagePath (); $imagick = new \ Imagick ( realpath ( $imagePath )); $imagick -> setImageFormat ( 'png ...
nam ( './' , 'imagick' ); $imagick -> writeimage ( realpath ( $tempFilename )); echo file_get_contents ( $temp ...
-
https://man.plustar.jp/php/imagick.setoption.html
- [similar]
- CURLFile オブジェクトを作る 6936
- « CURLFile CURLFile::getFilename » PHP Manual CURLFile CURLFile オブジェクトを作る CURLFile::__c
...
CURLOPT_POSTFIELDS , [ 'blob[0]' => new CURLFile ( realpath ( 'first-file.jpg' ), 'image/jpeg' ), 'blob[1]' => ...
new CURLFile ( realpath ( 'second-file.txt' ), 'text/plain' ), 'blob[2]' = ...
> new CURLFile ( realpath ( 'third-file.exe' ), 'application/octet-stream' ) ...
OPT_POSTFIELDS , [ 'blob[0]' => curl_file_create ( realpath ( 'first-file.jpg' ), 'image/jpeg' ), 'blob[1]' => ...
-
https://man.plustar.jp/php/curlfile.construct.html
- [similar]
- ファイルシステム 6820
- « finfo::set_flags はじめに » PHP Manual ファイルシステム ファイルシステム ファイルシステム はじ
...
イルを出力する readlink — シンボリックリンク先を返す realpath_cache_get — realpath キャッシュ・エントリーを取得 ...
realpath_cache_size — realpath キャッシュサイズを取得 realpath — 正規化された絶対 ...
得 , ポインタ , file , 変更 , ディレクトリ , 情報 , realpath , パス , オープン , データ ...
-
https://man.plustar.jp/php/book.filesystem.html
- [similar]
- ファイルシステム 関数 6763
- « 定義済み定数 basename » PHP Manual ファイルシステム ファイルシステム 関数 ファイルシステム 関数
...
イルを出力する readlink — シンボリックリンク先を返す realpath_cache_get — realpath キャッシュ・エントリーを取得 ...
realpath_cache_size — realpath キャッシュサイズを取得 realpath — 正規化された絶対 ...
得 , ポインタ , file , 関数 , 変更 , ディレクトリ , realpath , 情報 , パス , データ ...
-
https://man.plustar.jp/php/ref.filesystem.html
- [similar]