検索

phrase: max: clip:
target: order:
Results of 611 - 620 of about 661 for Open (0.050 sec.)
XMLファイルをパースし、オブジェクトに代入する 2949
« simplexml_import_dom simplexml_load_string » PHP Manual SimpleXML 関数 XMLファイルをパースし、 ... ml' ); print_r ( $xml ); } else { exit( 'Failed to open test.xml.' ); } ?> このスクリプトは成功時に以下のよ ...
https://man.plustar.jp/php/function.simplexml-load-file.html - [similar]
キャッシュされたファイルのキャッシュエントリをリフレッシュする 2949
« wincache_ocache_meminfo wincache_rplist_fileinfo » PHP Manual WinCache 関数 キャッシュされたフ ... ame = 'C:\inetpub\wwwroot\config.php' ; $handle = fopen ( $filename , 'w+' ); if ( $handle === FALSE ) die ... ( 'Failed to open file ' . $filename . ' for writing' ); fwrite ( $h ...
https://man.plustar.jp/php/function.wincache-refresh-if-changed.html - [similar]
定義済み定数 2949
« リソース型 Inotify 関数 » PHP Manual Inotify 定義済み定数 定義済み定数 以下の定数が定義されてい ... 非書き込みモードで開いたファイルが閉じられた (*) IN_OPEN ( int ) ファイルが開かれた (*) IN_MOVED_TO ( int ) ...
https://man.plustar.jp/php/inotify.constants.html - [similar]
Mcrypt 暗号 2949
« 定義済み定数 Mcrypt 関数 » PHP Manual Mcrypt Mcrypt 暗号 Mcrypt 暗号 以下に、mcrypt 拡張モジュ ... いてもこれらの定数は 使用できますが、 mcrypt_module_open() を コールする際に文字列で暗号名を指定することも可 ...
https://man.plustar.jp/php/mcrypt.ciphers.html - [similar]
日付・時刻 関数 2949
« DatePeriod::getStartDate checkdate » PHP Manual Date/Time 日付・時刻 関数 日付・時刻 関数 目次 ... et — DateTimeZone::getOffset のエイリアス timezone_open — DateTimeZone::__construct のエイリアス timezone_ ...
https://man.plustar.jp/php/ref.datetime.html - [similar]
Mcrypt 関数 2949
« Mcrypt 暗号 mcrypt_create_iv » PHP Manual Mcrypt Mcrypt 関数 Mcrypt 関数 目次 mcrypt_create_iv ... _enc_get_algorithms_name — Returns the name of the opened algorithm mcrypt_enc_get_block_size — Returns th ... e blocksize of the opened algorithm mcrypt_enc_get_iv_size — オープンされた ... ードがブロック出力を行うかどうかを返す mcrypt_module_open — 使用するアルゴリズムおよびモードのモジュールをオ ...
https://man.plustar.jp/php/ref.mcrypt.html - [similar]
Apache モジュールとしてインストール 2949
« ケース 4: Webツリーの外にPHPパーサを置く セッションのセキュリティ » PHP Manual セキュリティ Ap ... ありません。 いくつかのより簡単な解決策があります。 open_basedir を使用することによ り、 PHP に使用を許可す ...
https://man.plustar.jp/php/security.apache.html - [similar]
ディレクトリハンドルからエントリを読み込む 2949
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... treamWrapper { protected $fp ; public function dir_opendir ( $path , $options ) { $url = parse_url ( $path ... , E_USER_NOTICE ); return false ; } $this -> fp = fopen ( $path , "rb" ); return true ; } public function ... er_register ( "tar" , "streamWrapper" ); $handle = opendir ( "tar://example.tar" ); while ( false !== ( $f ... xml" string(16) "dir-closedir.xml" string(15) "dir-opendir.xml" string(15) "dir-readdir.xml" string(17) "d ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
ディレクトリから、glob パターンを使ってファイルを追加する 2949
« ZipArchive::addFromString ZipArchive::addPattern » PHP Manual ZipArchive ディレクトリから、glo ... す。 <?php $zip = new ZipArchive (); $ret = $zip -> open ( 'application.zip' , ZipArchive :: CREATE | ZipAr ...
https://man.plustar.jp/php/ziparchive.addglob.html - [similar]
Eio 2913
« プロセス制御 はじめに » PHP Manual プロセス制御 Eio Eio はじめに インストール/設定 要件 インス ... 返す eio_nthreads — 現在利用中のスレッド数を返す eio_open — ファイルを開く eio_poll — 未処理のリクエストがあ ...
https://man.plustar.jp/php/book.eio.html - [similar]