検索

phrase: max: clip:
target: order:
Results of 451 - 460 of about 511 for PATH (0.039 sec.)
FilesystemIterator クラス 3322
« EmptyIterator::valid FilesystemIterator::__construct » PHP Manual イテレータ FilesystemIterato ... irectoryIterator { /* 定数 */ const int CURRENT_AS_PATHNAME = 32 ; const int CURRENT_AS_FILEINFO = 0 ; con ... nst int CURRENT_MODE_MASK = 240 ; const int KEY_AS_PATHNAME = 0 ; const int KEY_AS_FILENAME = 256 ; const ... 256 ; const int SKIP_DOTS = 4096 ; const int UNIX_PATHS = 8192 ; /* メソッド */ public __construct ( stri ... irectory , int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO | Fi ...
https://man.plustar.jp/php/class.filesystemiterator.html - [similar]
OAuth クラス 3322
« oauth_urlencode OAuth::__construct » PHP Manual OAuth OAuth クラス OAuth クラス (PECL OAuth >= ... = ? , string $http_method = ? ): array public getCAPath (): array public getLastResponse (): string public ... c setAuthType ( int $auth_type ): bool public setCAPath ( string $ca_path = ? , string $ca_info = ? ): mix ... cessToken — アクセストークンを取得する OAuth::getCAPath — CA 情報を取得する OAuth::getLastResponse — 直近の ... Auth::setAuthType — 認証方式を設定する OAuth::setCAPath — CA パスおよび情報を設定する OAuth::setNonce — 続 ...
https://man.plustar.jp/php/class.oauth.html - [similar]
SessionHandlerInterface クラス 3322
« SessionHandler::write SessionHandlerInterface::close » PHP Manual Sessions SessionHandlerInter ... $max_lifetime ): int | false public open ( string $path , string $name ): bool public read ( string $id ): ... implements SessionHandlerInterface { private $savePath ; public function open ( $savePath , $sessionName ... ): bool { $this -> savePath = $savePath ; if (! is_dir ( $this -> savePath )) ... { mkdir ( $this -> savePath , 0777 ); } return true ; } public function close ...
https://man.plustar.jp/php/class.sessionhandlerinterface.html - [similar]
Creates new connection listener associated with an event base 3322
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... ss. It will be interpreted as a UNIX domain socket path, if prefixed with 'unix:' , e.g. 'unix:/tmp/my.soc ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
コマンドラインオプション 3322
« 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンド ... args...] php [options] -a -a Run interactively -c <path>|<file> Look for php.ini file in this directory -n ... 詳細な情報は、 対話シェル を参照ください。 -b --bindpath 外部 FASTCGI サーバーモードでのバインドパス ( CGI ... -ini の例 $ php --ini Configuration File (php.ini) Path: /usr/dev/php/5.2/lib Loaded Configuration File: / ...
https://man.plustar.jp/php/features.commandline.options.html - [similar]
リモートファイルの使用 3322
« 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow ... 合、URL の中で ' ftp://user:password@ftp.example.com/path/to/file ' のようにユーザー名 (そして多分パスワード ...
https://man.plustar.jp/php/features.remote-files.html - [similar]
指定したフィルタでデータをフィルタリングする 3322
« filter_var_array 関数処理 » PHP Manual Filter 関数 指定したフィルタでデータをフィルタリングする ... //example.com' , FILTER_VALIDATE_URL , FILTER_FLAG_PATH_REQUIRED )); ?> 上の例の出力は以下となります。 str ...
https://man.plustar.jp/php/function.filter-var.html - [similar]
データベースへの接続をオープンする 3322
« ibase_commit ibase_db_info » PHP Manual Firebird/InterBase 関数 データベースへの接続をオープン ... 例1 ibase_connect() の例 <?php $host = 'localhost:/path/to/your.gdb' ; $dbh = ibase_connect ( $host , $use ...
https://man.plustar.jp/php/function.ibase-connect.html - [similar]
指定したエンベロープおよびボディセクションに基づいて MIME メッセージを作成する 3322
« imap_lsub imap_mail_copy » PHP Manual IMAP 関数 指定したエンベロープおよびボディセクションに基 ... ィールドの連想配列。使えるキーは "remail" , "return_path" , "date" , "from" , "reply_to" , "in_reply_to" , ...
https://man.plustar.jp/php/function.imap-mail-compose.html - [similar]
MySQL サーバーへの持続的な接続をオープンする 3322
« mysql_num_rows mysql_ping » PHP Manual MySQL 関数 MySQL サーバーへの持続的な接続をオープンする ... ポート番号を 指定することが可能で、localhost では ":/path/to/socket" のようにソケットへのパスを指定することも ...
https://man.plustar.jp/php/function.mysql-pconnect.html - [similar]