検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 503 for オープン (0.081 sec.)
指定した設定に基づき新規辞書をロードする 3443
« pspell_config_save_repl pspell_new_personal » PHP Manual Pspell 関数 指定した設定に基づき新規辞 ... onfig_*() で修正された config を使用して 新規辞書をオープンします。この方法は最も柔軟で、 pspell_new() および p ...
https://man.plustar.jp/php/function.pspell-new-config.html - [similar]
単語を置換する組を保存する 3443
« pspell_save_wordlist pspell_suggest » PHP Manual Pspell 関数 単語を置換する組を保存する pspell ... 能と なります。この関数の利点を活かすためには、辞書をオープンする際に pspell_new_personal() を使用する必要がありま ...
https://man.plustar.jp/php/function.pspell-store-replacement.html - [similar]
リモートファイルシステム上のファイルの情報を取得する 3443
« ssh2_sftp_rmdir ssh2_sftp_symlink » PHP Manual SSH2 関数 リモートファイルシステム上のファイルの ... 返される値も同じです。 パラメータ sftp ssh2_sftp() でオープンした SSH2 SFTP リソース。 path 戻り値 どのような値が ...
https://man.plustar.jp/php/function.ssh2-sftp-stat.html - [similar]
残りのストリームを文字列に読み込む 3443
« stream_filter_remove stream_get_filters » PHP Manual ストリーム 関数 残りのストリームを文字列に ... nts() と似ていますが、 stream_get_contents() は既にオープンしている ストリームリソースに対して操作を行います。そ ...
https://man.plustar.jp/php/function.stream-get-contents.html - [similar]
指定されたストリームのファイル書き込みバッファリングを有効にする 3443
« stream_set_timeout stream_socket_accept » PHP Manual ストリーム 関数 指定されたストリームのファ ... ( $fp ); } ?> 参考 fopen() - ファイルまたは URL をオープンする fwrite() - バイナリセーフなファイル書き込み処理 ...
https://man.plustar.jp/php/function.stream-set-write-buffer.html - [similar]
新機能 3443
« 下位互換性のない変更点 PHP 5.6.x で推奨されなくなる機能 » PHP Manual PHP 5.5.x から PHP 5.6.x ... です。 php://input が再利用可能に php://input が再オープンできるようになり、必要に応じて何度でも読めるようにな ...
https://man.plustar.jp/php/migration56.new-features.html - [similar]
SSL を使用したセキュアな接続を確立する 3443
« mysqli::$sqlstate mysqli::stat » PHP Manual mysqli SSL を使用したセキュアな接続を確立する mysq ... する mysqli_real_connect() - mysql サーバーとの接続をオープンする 関連キーワード: mysqli , 接続 , string , 確立 , ...
https://man.plustar.jp/php/mysqli.ssl-set.html - [similar]
fopen、file_get_contents、opendir などの stat 関連の関数をすべて phar に横取りさ... 3443
« Phar::hasMetadata Phar::isBuffering » PHP Manual Phar fopen、file_get_contents、opendir などの ... ードの場合は phar:///path/to/myphar.phar/file2.txt をオープンします。 関連キーワード: phar , Phar , file , interc ...
https://man.plustar.jp/php/phar.interceptfilefuncs.html - [similar]
現在実行されている (phar 形式の) ファイルを読み込み、その内容を登録する 3443
« Phar::loadPhar Phar::mount » PHP Manual Phar 現在実行されている (phar 形式の) ファイルを読み込 ... ンがなかった場合、 あるいはファイルを読み込みモードでオープンできなかった場合に PharException をスローします。 例 ...
https://man.plustar.jp/php/phar.mapphar.html - [similar]
Phar アーカイブの使用法: 導入 3443
« Phar アーカイブの使用法 Phar アーカイブの使用法: phar ストリームラッパー » PHP Manual Phar アー ... こちら をご覧ください。 <?php try { // 既存の phar をオープンします $p = new Phar ( 'coollibrary.phar' , 0 ); // ... ring (); } } catch ( Exception $e ) { echo 'Phar をオープンできません: ' , $e ; } ?> さらに、phar ファイルの中身 ...
https://man.plustar.jp/php/phar.using.intro.html - [similar]