検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 86 for fwrite (0.006 sec.)
ストリームにタイムアウトを設定する 6145
« stream_set_read_buffer stream_set_write_buffer » PHP Manual ストリーム 関数 ストリームにタイム ... 80 ); if (! $fp ) { echo "開けません\n" ; } else { fwrite ( $fp , "GET / HTTP/1.0\r\n\r\n" ); stream_set_tim ...
https://man.plustar.jp/php/function.stream-set-timeout.html - [similar]
下位互換性のない変更点 6145
« 新しいグローバル定数 PHP 7.4.x で推奨されなくなる機能 » PHP Manual PHP 7.3.x から PHP 7.4.x へ ... mlspecialchars() の場合と同等です。 fread() および fwrite() 関数 fread() と fwrite() 関数は、操作に失敗した場 ...
https://man.plustar.jp/php/migration74.incompatible.html - [similar]
リソース型の一覧 6145
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... s() , fgetss() , flock() , fpassthru() , fputs() , fwrite() , fread() , fseek() , ftell() , fstat() , ftrunc ... v() , fgets() , fgetss() , fpassthru() , fputs() , fwrite() , fread() pclose() Process handle socket fflush( ... v() , fgets() , fgetss() , fpassthru() , fputs() , fwrite() , fread() fclose() ソケットハンドル SSH2 セッショ ...
https://man.plustar.jp/php/resource.html - [similar]
ファイルの SplFileObject オブジェクトを取得する 6145
« SplFileInfo::isWritable SplFileInfo::setFileClass » PHP Manual SplFileInfo ファイルの SplFileO ... leobj = $fileinfo -> openFile ( 'a' ); $fileobj -> fwrite ( "appended this sample text" ); } ?> 参考 SplFile ...
https://man.plustar.jp/php/splfileinfo.openfile.html - [similar]
SplTempFileObject クラス 6077
« SplFileObject::valid SplTempFileObject::__construct » PHP Manual ファイル操作 SplTempFileObjec ... truncate ( int $size ): bool public SplFileObject::fwrite ( string $data , int $length = 0 ): int | false pu ...
https://man.plustar.jp/php/class.spltempfileobject.html - [similar]
バイナリ IPTC データを JPEG イメージに埋めこむ 6077
« imagexbm iptcparse » PHP Manual GD および Image 関数 バイナリ IPTC データを JPEG イメージに埋め ... ファイルに書き込みます $fp = fopen ( $path , "wb" ); fwrite ( $fp , $content ); fclose ( $fp ); ?> 注意 注意 : ...
https://man.plustar.jp/php/function.iptcembed.html - [similar]
デフォルトの外部エンティティローダーを変更する 6077
« libxml_get_last_error libxml_set_streams_context » PHP Manual libxml 関数 デフォルトの外部エン ... ( $context ); $f = fopen ( "php://temp" , "r+" ); fwrite ( $f , $dtd ); rewind ( $f ); return $f ; } ); $dd ...
https://man.plustar.jp/php/function.libxml-set-external-entity-loader.html - [similar]
復号のためのシークレットストリームのコンテキストを初期化する 6077
« sodium_crypto_secretbox sodium_crypto_secretstream_xchacha20poly1305_init_push » PHP Manual So ... m_xchacha20poly1305_pull ( $state , $ctxt_chunk ); fwrite ( $outputFile , $ptxt_chunk ); } sodium_memzero ( ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
stream_socket_server で作られたソケットの接続を受け入れる 6077
« stream_set_write_buffer stream_socket_client » PHP Manual ストリーム 関数 stream_socket_server ... ァイルポインタから 1 行取り出し、HTML タグを取り除く fwrite() - バイナリセーフなファイル書き込み処理 fclose() ...
https://man.plustar.jp/php/function.stream-socket-accept.html - [similar]
接続されているかどうかにかかわらず、ソケットにデータを送信する 6077
« stream_socket_recvfrom stream_socket_server » PHP Manual ストリーム 関数 接続されているかどうか ... ); /* 普通のデータを普通のチャネルで送信します */ fwrite ( $socket , "Normal data transmit." ); /* 帯域外の ...
https://man.plustar.jp/php/function.stream-socket-sendto.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT