検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 64 for fread (0.009 sec.)
データをブロックで送信する 6820
« mysqli_stmt::result_metadata mysqli_stmt::$sqlstate » PHP Manual mysqli_stmt データをブロックで ... e (! feof ( $fp )) { $stmt -> send_long_data ( 0 , fread ( $fp , 8192 )); } fclose ( $fp ); $stmt -> execut ...
https://man.plustar.jp/php/mysqli-stmt.send-long-data.html - [similar]
リソース型の一覧 6820
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... s() , flock() , fpassthru() , fputs() , fwrite() , fread() , fseek() , ftell() , fstat() , ftruncate() , se ... () , fgetss() , fpassthru() , fputs() , fwrite() , fread() pclose() Process handle socket fflush() , fgetc( ... () , fgetss() , fpassthru() , fputs() , fwrite() , fread() fclose() ソケットハンドル SSH2 セッション ssh2_c ...
https://man.plustar.jp/php/resource.html - [similar]
圧縮ストリーム 6820
« php:// data:// » PHP Manual サポートするプロトコル/ラッパー 圧縮ストリーム zlib:// bzip2:// zi ... は gzopen() と同様に 動作しますが、このストリームは fread() および 他のファイルシステム関数と組み合わせて使用 ...
https://man.plustar.jp/php/wrappers.compression.html - [similar]
SplTempFileObject クラス 6719
« SplFileObject::valid SplTempFileObject::__construct » PHP Manual ファイル操作 SplTempFileObjec ... g $eol = "\n" ): int | false public SplFileObject::fread ( int $length ): string | false public SplFileObje ...
https://man.plustar.jp/php/class.spltempfileobject.html - [similar]
ファイルポインタから 1 行取得する 6719
« fgetcsv fgetss » PHP Manual ファイルシステム 関数 ファイルポインタから 1 行取得する fgets (PHP ... ァイルポインタから 1 行取り出し、HTML タグを取り除く fread() - バイナリセーフなファイルの読み込み fgetc() - フ ...
https://man.plustar.jp/php/function.fgets.html - [similar]
シール(暗号化)されたデータをオープン(復号)する 6719
« openssl_get_publickey openssl_pbkdf2 » PHP Manual OpenSSL 関数 シール(暗号化)されたデータをオー ... ssl-0.9.6/demos/sign/key.pem" , "r" ); $priv_key = fread ( $fp , 8192 ); fclose ( $fp ); $pkeyid = openssl_ ...
https://man.plustar.jp/php/function.openssl-open.html - [similar]
暗号化のために、シークレットストリームのコンテキストを初期化する 6719
« sodium_crypto_secretstream_xchacha20poly1305_init_pull sodium_crypto_secretstream_xchacha20pol ... $i < $inputFileSize ; $i += 8175 ) { $ptxt_chunk = fread ( $inputFile , 8175 ); $ctxt_chunk = sodium_crypto ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
PHP のクラスとして実装された URL ラッパーを登録する 6719
« stream_supports_lock stream_wrapper_restore » PHP Manual ストリーム 関数 PHP のクラスとして実装 ... コルハンドラとストリームを実装し、それを fopen() や fread() といったファイルシステムの関数と利用することを可 ...
https://man.plustar.jp/php/function.stream-wrapper-register.html - [similar]
XML ドキュメントの処理を開始する 6719
« xml_parse_into_struct xml_parser_create_ns » PHP Manual XML パーサ 関数 XML ドキュメントの処理 ... (); // ハンドラをセットアップする while (( $data = fread ( $stream , 16384 ))) { xml_parse ( $parser , $dat ...
https://man.plustar.jp/php/function.xml-parse.html - [similar]
サンプル 6719
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... ::getNameIndex の例 Example#840 - エントリの内容を fread で取得し、それを保存する Example#841 - 先ほどの例と ... 像の組み合わせ。xml 関数とでも使用可能 Example#843 - fread でエントリの内容を取得し、保存する Example#844 - f ... mple#2202 - fputcsv の例 Example#2203 - シンプルな fread の例 Example#2204 - バイナリの fread の例 Example# ... 2205 - リモートファイルの fread の例 Example#2206 - fscanf の例 Example#2207 - use ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT