検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 511 for path (0.007 sec.)
Get SeasLog base path. 4629
« SeasLog::flushBuffer SeasLog::getBuffer » PHP Manual SeasLog Get SeasLog base path. SeasLog::g ... etBasePath (PECL seaslog >=1.0.0) SeasLog::getBasePath — Get ... SeasLog base path. 説明 public static Seaslog::getBasePath (): strin ... g Use the Function SeasLog::getBasePath() will get the value of seaslog.default_basepath w ... n php.ini(seaslog.ini). If you use Seaslog::setBasePath() , will change the result. パラメータ この関数には ...
https://man.plustar.jp/php/seaslog.getbasepath.html - [similar]
Connect buffer event's file descriptor to given address or UNIX socket 4597
« EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu ... tain an IP address with optional port number, or a path to UNIX domain socket. Recognized formats are: [IP ... ess] IPv6Address IPv4Address:port IPv4Address unix:path Note, 'unix:' prefix is currently not case sensiti ... base , $bev ; function __construct ( $base , $sock_path ) { $this -> base = $base ; $this -> bev = new Eve ... " )); if (! $this -> bev -> connect ( "unix: $sock_path " )) { trigger_error ( "Failed to connect to socke ...
https://man.plustar.jp/php/eventbufferevent.connect.html - [similar]
Get SeasLog last logger path 4574
« SeasLog::getDatetimeFormat SeasLog::getRequestID » PHP Manual SeasLog Get SeasLog last logger ... ) SeasLog::getLastLogger — Get SeasLog last logger path 説明 public static SeasLog::getLastLogger (): stri ... gger name 関連キーワード: SeasLog , logger , Get , path , getLastLogger , string , seaslog , setLogger , パ ...
https://man.plustar.jp/php/seaslog.getlastlogger.html - [similar]
インストール手順 4574
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 SQLite3 拡張モ ... 拡張モジュールを動作させるには、 Windows システムの PATH が通った場所に DLL ファイルが存在する必要があります ... 。 FAQ の " Windows で PHP のディレクトリを PATH に追加するにはどうすればいいのですか? " で、その方 ... ても動作します (システムディレクトリは、デフォルトで PATH に含まれるからです) が、これは推奨しません。 この拡 ... 張モジュールを使用するには、以下のファイルが PATH の通った場所にある必要があります。 libsqlite3.dll ...
https://man.plustar.jp/php/sqlite3.installation.html - [similar]
親ディレクトリのパスを返す 4542
« delete disk_free_space » PHP Manual ファイルシステム 関数 親ディレクトリのパスを返す dirname ( ... 親ディレクトリのパスを返す 説明 dirname ( string $path , int $levels = 1 ): string ファイルあるいはディレ ... いけません。 現在のコードページから見て不正な文字が path に含まれていた場合、 basename() の動作は未定義です ... 。 Windows 以外のシステムでは、 path はASCII と互換性があるエンコーディングでエンコード ... でない場合、この関数の動作は未定義です。 パラメータ path パス。 Windows では、スラッシュ( / )とバックスラッ ...
https://man.plustar.jp/php/function.dirname.html - [similar]
Update working copy 4542
« svn_status TCP » PHP Manual SVN 関数 Update working copy svn_update (PECL svn >= 0.1.0) svn_up ... te — Update working copy 説明 svn_update ( string $path , int $revno = SVN_REVISION_HEAD , bool $recurse = ... true ): int Update working copy at path to revision revno . If recurse is true, directorie ... s will be recursively updated. パラメータ path Path to local working copy. 注意 : 相対パスは、PHP ... のスクリプトの作業ディレクトリを基準とするには、 realpath() あるいは dirname(__FILE__) を使用してください。 ...
https://man.plustar.jp/php/function.svn-update.html - [similar]
インストール手順 4542
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 この拡張モジュ ... 拡張モジュールを動作させるには、 Windows システムの PATH が通った場所に DLL ファイルが存在する必要があります ... 。 FAQ の " Windows で PHP のディレクトリを PATH に追加するにはどうすればいいのですか? " で、その方 ... ても動作します (システムディレクトリは、デフォルトで PATH に含まれるからです) が、これは推奨しません。 この拡 ... 張モジュールを使用するには、以下のファイルが PATH の通った場所にある必要があります。 fbclient.dll,gd ...
https://man.plustar.jp/php/ibase.installation.html - [similar]
ブートストラップをコールする 4542
« Yaf_Application::app Yaf_Application::clearLastError » PHP Manual Yaf_Application ブートストラ ... hp /** * This file should be under the APPLICATION_PATH . "/application/"(which was defined in the config ... ion::bootstrap() の例 <?php defined ( 'APPLICATION_PATH' ) // APPLICATION_PATH will be used in the ini con ... fig file || define ( 'APPLICATION_PATH' , __DIR__ ); $application = new Yaf_Application ( ... APPLICATION_PATH . '/conf/application.ini' ); $application -> boots ...
https://man.plustar.jp/php/yaf-application.bootstrap.html - [similar]
Creates a database 4519
« dbase_close dbase_delete_record » PHP Manual dBase 関数 Creates a database dbase_create (PHP 5 ... e — Creates a database 説明 dbase_create ( string $path , array $fields , int $type = DBASE_TYPE_DBASE ): ... 作は、 open_basedir の設定に依存します。 パラメータ path The path of the database. It can be a relative or ... absolute path to the file where dBase will store your data. fiel ... ses a database 関連キーワード: database , create , path , type , array , resource , file , Creates , 関数 ...
https://man.plustar.jp/php/function.dbase-create.html - [similar]
指定されたバックエンドの辞書のパスを取得する 4519
« enchant_broker_free enchant_broker_get_error » PHP Manual Enchant 関数 指定されたバックエンドの ... 辞書のパスを取得する enchant_broker_get_dict_path (PHP 5 >= 5.3.1, PHP 7, PHP 8, PECL enchant >= 1.0 ... .1) enchant_broker_get_dict_path — 指定されたバックエンドの辞書のパスを取得する 警告 ... ことを強く推奨します。 説明 enchant_broker_get_dict_path ( EnchantBroker $broker , int $type ): string | fa ... 合にのみ利用可能です。 参考 enchant_broker_set_dict_path() - 指定されたバックエンドの辞書のパスを設定する 関 ...
https://man.plustar.jp/php/function.enchant-broker-get-dict-path.html - [similar]