検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 127 for w (0.006 sec.)
基本的な curl の使用法 5762
« 例 cURL 関数 » PHP Manual 例 基本的な curl の使用法 基本的な curl の使用法 PHP を cURL サポート ... ームページを取得する <?php $ch = curl_init ( "http://www.example.com/" ); $fp = fopen ( "example_homepage ... .txt" , "w" ); curl_setopt ( $ch , CURLOPT_FILE , $fp ); curl ... 0 ); curl_exec ( $ch ); if( curl_error ( $ch )) { fwrite ( $fp , curl_error ( $ch )); } curl_close ( $c ...
https://man.plustar.jp/php/curl.examples-basic.html - [similar]
bzip2 圧縮されたファイルをオープンする 5762
« bzflush bzread » PHP Manual Bzip2 関数 bzip2 圧縮されたファイルをオープンする bzopen (PHP 4 >= ... いは既存のストリームリソース mode 'r' (読み込み) と 'w' (書き込み) だけをサポートしています。 それ以外を指 ...
https://man.plustar.jp/php/function.bzopen.html - [similar]
指定されたリソースの、数値の識別子を返す 5762
« get_defined_vars get_resource_type » PHP Manual 変数操作 関数 指定されたリソースの、数値の識別 ... 果になる例 <?php $handle = fopen ( "php://stdout" , "w" ); echo (int) $handle . "\n" ; echo get_resource_ ...
https://man.plustar.jp/php/function.get-resource-id.html - [similar]
変数がリソースかどうかを調べる 5762
« is_real is_scalar » PHP Manual 変数操作 関数 変数がリソースかどうかを調べる is_resource (PHP 4 ... e() の例 <?php $handle = fopen ( "php://stdout" , "w" ); if ( is_resource ( $handle )) { echo '$handle ...
https://man.plustar.jp/php/function.is-resource.html - [similar]
与えられたソケットの配列に対し、指定した有効時間で select() システムコールを実行... 5762
« socket_recvmsg socket_send » PHP Manual ソケット 関数 与えられたソケットの配列に対し、指定した ... する 説明 socket_select ( ? array &$read , ? array &$write , ? array &$except , ? int $seconds , int $mic ... ead() は長さゼロの文字列を返します)を監視します。 write 配列 write に挙げられたソケットでは、 書き込み ... ull の使用 <?php $e = NULL ; socket_select ( $r , $w , $e , 0 ); ?> 戻り値 成功した場合は、 socket_sele ... p $e = NULL ; if ( false === socket_select ( $r , $w , $e , 0 )) { echo "socket_select() は失敗しました ...
https://man.plustar.jp/php/function.socket-select.html - [similar]
式を画像の各ピクセルに適用する 5762
« Imagick::functionImage Imagick::gammaImage » PHP Manual Imagick 式を画像の各ピクセルに適用する ... fxImage() <?php function fxImage () { $imagick = new \ Imagick (); $imagick -> newPseudoImage ( 200 , 2 ... 00 , "xc:white" ); $fx = 'xx=i-w/2; yy=j-h/2; rr=hypot(xx,yy) ...
https://man.plustar.jp/php/imagick.fximage.html - [similar]
ファイルを指定した長さに丸める 5762
« SplFileObject::ftell SplFileObject::fwrite » PHP Manual SplFileObject ファイルを指定した長さに ... 例1 SplFileObject::ftruncate() の例 <?php // "Hello World!" が格納されるファイルを作成する $file = new S ... plFileObject ( "/tmp/ftruncate" , "w+" ); $file -> fwrite ( "Hello World!" ); // 5 バイ ... te ( 5 ); // 巻き戻してデータを読み出す $file -> rewind (); echo $file -> fgets (); ?> 上の例の出力は、 ... ze , ftruncate , サイズ , バイト , int , public , fwrite ...
https://man.plustar.jp/php/splfileobject.ftruncate.html - [similar]
ファイルに書き込む 5762
« SplFileObject::ftruncate SplFileObject::getChildren » PHP Manual SplFileObject ファイルに書き込 ... む SplFileObject::fwrite (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject:: ... fwrite — ファイルに書き込む 説明 public SplFileObject ... ::fwrite ( string $data , int $length = 0 ): int | fals ... e Writes the contents of string to the file パラメータ ...
https://man.plustar.jp/php/splfileobject.fwrite.html - [similar]
ウォッチャー 5701
« 例 ウォッチャーのコールバック » PHP Manual Ev ウォッチャー ウォッチャー ウォッチャーは、何らか ... 。 <?php // STDIN が読み込み可能になるまで待ちます $w = new EvIo ( STDIN , Ev :: READ , function ( $watc ...
https://man.plustar.jp/php/ev.watchers.html - [similar]
バイナリ対応の bzip2 ファイルへの書き込み 5701
« bzread LZF » PHP Manual Bzip2 関数 バイナリ対応の bzip2 ファイルへの書き込み bzwrite (PHP 4 >= ... 4.0.4, PHP 5, PHP 7, PHP 8) bzwrite — バイナリ対応の bzip2 ファイルへの書き込み 説 ... 明 bzwrite ( resource $bz , string $data , ? int $length ... = null ): int | false bzwrite() は、文字列を与えられた bzip2 ファイルストリー ... 8.0.0 length は、nullable になりました。 例 例1 bzwrite() の例 <?php $str = "uncompressed data" ; $bz ...
https://man.plustar.jp/php/function.bzwrite.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT