検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 116 for dirname (0.079 sec.)
ファイルが phar 内に存在するかどうかを調べる 5938
« Phar::mungServer Phar::offsetGet » PHP Manual Phar ファイルが phar 内に存在するかどうかを調べる ... 例1 Phar::offsetExists() の例 <?php $p = new Phar ( dirname ( __FILE__ ) . '/my.phar' , 0 , 'my.phar' ); $p [ ...
https://man.plustar.jp/php/phar.offsetexists.html - [similar]
空のディレクトリを tar/zip アーカイブに追加する 5938
« PharData PharData::addFile » PHP Manual PharData 空のディレクトリを tar/zip アーカイブに追加す ... void このメソッドを使用すると、空のディレクトリが dirname に作成されます。このメソッドは ZipArchive::addEmpt ...
https://man.plustar.jp/php/phardata.addemptydir.html - [similar]
Yaf_Dispatcher のインスタンスを取得する 5938
« Yaf_Application::getConfig Yaf_Application::getLastErrorMsg » PHP Manual Yaf_Application Yaf_D ... "application" => array( "directory" => realpath ( dirname ( __FILE__ )) . "/application" , ), ); /** Yaf_App ...
https://man.plustar.jp/php/yaf-application.getdispatcher.html - [similar]
名前を使用して、エントリの内容を返す 5938
« ZipArchive::getFromIndex ZipArchive::getNameIndex » PHP Manual ZipArchive 名前を使用して、エン ... 変換 <?php $z = new ZipArchive (); if ( $z -> open ( dirname ( __FILE__ ) . '/test_im.zip' )) { $im_string = $z ...
https://man.plustar.jp/php/ziparchive.getfromname.html - [similar]
定義済み定数 5838
« リソース型 ファイルシステム 関数 » PHP Manual ファイルシステム 定義済み定数 定義済み定数 以下の ... CAPE ( int ) GLOB_AVAILABLE_FLAGS ( int ) PATHINFO_DIRNAME ( int ) PATHINFO_BASENAME ( int ) PATHINFO_EXTENSI ...
https://man.plustar.jp/php/filesystem.constants.html - [similar]
新しい filesystem イテレータを作成する 5838
« FilesystemIterator FilesystemIterator::current » PHP Manual FilesystemIterator 新しい filesyst ... struct() の例 <?php $it = new FilesystemIterator ( dirname ( __FILE__ )); foreach ( $it as $fileinfo ) { echo ...
https://man.plustar.jp/php/filesystemiterator.construct.html - [similar]
パスの最後にある名前の部分を返す 5838
« ファイルシステム 関数 chgrp » PHP Manual ファイルシステム 関数 パスの最後にある名前の部分を返す ... sudoers 2) sudoers.d 3) passwd 4) etc 5) . 6) 参考 dirname() - 親ディレクトリのパスを返す pathinfo() - ファイ ...
https://man.plustar.jp/php/function.basename.html - [similar]
ファイルシステムあるいはディスクパーティション上で利用可能な領域を返す 5838
« dirname disk_total_space » PHP Manual ファイルシステム 関数 ファイルシステムあるいはディスクパ ...
https://man.plustar.jp/php/function.disk-free-space.html - [similar]
生の HTTP ヘッダを送信する 5838
« header_remove headers_list » PHP Manual ネットワーク 関数 生の HTTP ヘッダを送信する header (P ... SERVER['HTTP_HOST'] 、 $_SERVER['PHP_SELF'] および dirname() を使用できます。 <?php /* カレントディレクトリの ... / $host = $_SERVER [ 'HTTP_HOST' ]; $uri = rtrim ( dirname ( $_SERVER [ 'PHP_SELF' ]), '/\\' ); $extra = 'myp ...
https://man.plustar.jp/php/function.header.html - [similar]
作業コピーディレクトリを再帰的にクリーンアップし、中途半端な操作を解消してロック... 5838
« svn_checkout svn_client_version » PHP Manual SVN 関数 作業コピーディレクトリを再帰的にクリーン ... 業ディレクトリを基準とするには、 realpath() あるいは dirname(__FILE__) を使用してください。 戻り値 成功した場合 ...
https://man.plustar.jp/php/function.svn-cleanup.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT