検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 511 for PATH (0.007 sec.)
The EventSslContext class 4896
« EventListener::setErrorCallback EventSslContext::__construct » PHP Manual Event The EventSslCo ... = 3 ; const int OPT_CA_FILE = 4 ; const int OPT_CA_PATH = 5 ; const int OPT_ALLOW_SELF_SIGNED = 6 ; const ... method , string $options ) } プロパティ local_cert Path to local certificate file on filesystem. It must b ... contain the certificate chain of issuers. local_pk Path to local private key file 定義済み定数 EventSslCon ... ntSslContext::__construct() . The option points to path of local certificate. EventSslContext::OPT_LOCAL_P ...
https://man.plustar.jp/php/class.eventsslcontext.html - [similar]
Creates new RRDGraph instance 4896
« RRDGraph RRDGraph::save » PHP Manual RRDGraph Creates new RRDGraph instance RRDGraph::__constr ... stance 説明 public RRDGraph::__construct ( string $path ) Creates new RRDGraph instance. This instance is ... esult of RRD database query into image. パラメータ path Full path for the newly created image. 関連キーワー ... RRDGraph , instance , Creates , new , construct , path , RRD , newly , Full , パラメータ ...
https://man.plustar.jp/php/rrdgraph.construct.html - [similar]
Yaf_Application のコンストラクタ 4873
« Yaf_Application::clearLastError Yaf_Application::__destruct » PHP Manual Yaf_Application Yaf_A ... no default value application.directory=APPLICATION_PATH ;following configs have default value, you may no ... d to define them application.library = APPLICATION_PATH . "/library" application.dispatcher.throwException ... n::__construct() の例 <?php defined ( 'APPLICATION_PATH' ) // APPLICATION_PATH が ini ファイルで設定されて ... いれば使います || define ( 'APPLICATION_PATH' , __DIR__ )); $application = new Yaf_Application ...
https://man.plustar.jp/php/yaf-application.construct.html - [similar]
Configures the watcher 4818
« EvStat::prev EvStat::stat » PHP Manual EvStat Configures the watcher EvStat::set (PECL ev >= 0 ... ures the watcher 説明 public EvStat::set ( string $path , float $interval ): void Configures the watcher. ... パラメータ path The path to wait for status changes on. interval H ... 連キーワード: Configures , watcher , EvStat , the , path , interval , change , choose , libev , let ...
https://man.plustar.jp/php/evstat.set.html - [similar]
Creates new RRDCreator instance 4786
« RRDCreator::addDataSource RRDCreator::save » PHP Manual RRDCreator Creates new RRDCreator inst ... ance 説明 public RRDCreator::__construct ( string $path , string $startTime = ? , int $step = 0 ) Creates ... new RRDCreator instance. パラメータ path Path for newly created RRD database file. startTim ... , instance , database , RRD , construct , string , path , startTime ...
https://man.plustar.jp/php/rrdcreator.construct.html - [similar]
シンボリックリンクを作る 4763
« eio_statvfs eio_sync_file_range » PHP Manual Eio 関数 シンボリックリンクを作る eio_symlink (PE ... シンボリックリンクを作る 説明 eio_symlink ( string $path , string $new_path , int $pri = EIO_PRI_DEFAULT , ... mixed $data = NULL ): resource eio_symlink() は、 path へのシンボリックリンク new_path を作ります。 パラメ ... ータ path リンク元のパス。 new_path リンク先のパス。 pri リク ... のハードリンクを作る 関連キーワード: eio , symlink , path , リクエスト , callback , 関数 , data , string , n ...
https://man.plustar.jp/php/function.eio-symlink.html - [similar]
カスタムビューエンジンを設定する 4763
« Yaf_Dispatcher::setRequest Yaf_Dispatcher::throwException » PHP Manual Yaf_Dispatcher カスタム ... 例 例1 カスタムビューエンジンの例 <?php require "/path/to/smarty/Smarty.class.php" ; class Smarty_Adapter ... arty ; /** * コンストラクタ * * @param string $tmplPath * @param array $extraParams * @return void */ publ ... ic function __construct ( $tmplPath = null , $extraParams = array()) { $this -> _smart ... y = new Smarty ; if ( null !== $tmplPath ) { $this -> setScriptPath ( $tmplPath ); } foreac ...
https://man.plustar.jp/php/yaf-dispatcher.setview.html - [similar]
ディレクトリから、glob パターンを使ってファイルを追加する 4739
« ZipArchive::addFromString ZipArchive::addPattern » PHP Manual ZipArchive ディレクトリから、glo ... プションの連想配列。次のオプションが使えます。 "add_path" アーカイブ内のファイルのローカルパスに変換するとき ... けるプレフィックス。 これが適用されるのは、 "remove_path" や "remove_all_path" で定義された削除処理がすべて ... 終わった後です。 "remove_path" マッチしたファイルをアーカイブに追加する前に削除す ... るプレフィックス。 "remove_all_path" true にすると、ファイル名だけを使ってアーカイブの ...
https://man.plustar.jp/php/ziparchive.addglob.html - [similar]
Delete a node in zookeeper synchronously 4739
« Zookeeper::create Zookeeper::exists » PHP Manual Zookeeper Delete a node in zookeeper synchron ... chronously 説明 public Zookeeper::delete ( string $path , int $version = -1 ): bool パラメータ path The na ... p $zookeeper = new Zookeeper ( 'locahost:2181' ); $path = '/path/to/node' ; $r = $zookeeper -> delete ( $p ...
https://man.plustar.jp/php/zookeeper.delete.html - [similar]
ファイルのハードリンクを作る 4707
« eio_init eio_lstat » PHP Manual Eio 関数 ファイルのハードリンクを作る eio_link (PECL eio >= 0. ... ファイルのハードリンクを作る 説明 eio_link ( string $path , string $new_path , int $pri = EIO_PRI_DEFAULT , ... L , mixed $data = NULL ): resource eio_link() は、 path へのハードリンク new_path を作ります。 パラメータ ... path リンク元のパス。 new_path リンク先のパス。 pri リクエストの優先順位。 EIO_PR ... ) - シンボリックリンクを作る 関連キーワード: eio , path , ファイル , リクエスト , callback , 関数 , data , ...
https://man.plustar.jp/php/function.eio-link.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT