検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 1237 for n (0.003 sec.)
The MySQLi Extension Function Summary 6951
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... unction Summary Summary of mysqli methods mysqli Clas ... s OOP Interface Procedural Interface Alias (Do not use) Des ... cription Properties $mysqli::affected_rows mysqli_affected_ ... rows() N/A Gets the number of affected rows in a previous M ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
6445
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... function readcb ( $bev , $base ) { //$input = $bev->in ... put; //$bev->getInput(); //$pos = $input->search("TTP"); $pos = $bev ... -> input -> search ( "TTP" ); while (( $n = $bev -> inpu ... ove ( $buf , 1024 )) > 0 ) { echo $buf ; } } // Event callback function eventcb ( $bev , $events , $bas ...
https://man.plustar.jp/php/event.examples.html - [similar]
PHP DTrace 静的プローブとともに SystemTap を使用 6088
« PHP および DTrace の使用 関数リファレンス » PHP Manual DTrace 動的トレーシング PHP DTrace 静的 ... ace 静的プローブとともに SystemTap を使用 一部の Linux ディストリビューションでは、 PHP の静的な DTrace ... ap SDT 開発パッケージをインストールします。 # yum install systemtap-sdt-devel DTrace プローブが有効化さ ... れた状態で PHP をインストールします。 # ./configure --enable-dtrace ... # make SystemTap による静 ... pi/cli/php").provider("php").mark("compile__file__entry") process("sapi/cli/php").provider("php").mark( ...
https://man.plustar.jp/php/features.dtrace.systemtap.html - [similar]
PHP および DTrace の使用 5730
« PHP および DTrace への入門 PHP DTrace 静的プローブとともに SystemTap を使用 » PHP Manual DTrac ... のドキュメントを参照してください。 例えば、Oracle Linux では UEK3 を起動して下記を行います。 # modprobe ... めに ACL パッケージ・ルールを使用できるでしょう。 --enable-dtrace 構成パラメータとともに PHP をビルドしま ... す。 # ./configure --enable-dtrace ... # make # make install こ ... request_uri , char * request_method request-shutdown リクエスト・シャットダウン時に発射されます。 char ...
https://man.plustar.jp/php/features.dtrace.dtrace.html - [similar]
5491
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... に次のようなコマンドで接続することが可能です。 : telnet 192.168.1.53 10000 (ただし、 アドレスとポートは設 ... 続を閉じるには、'quit' を入力します。 #!/usr/local/bin/php -q <?php error_reporting ( E_ALL ); /* Allow t ... he script to hang around waiting for connections. */ set_time_limit ... ( 0 ); /* Turn on implicit output flushing so we see what we're g ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
フォーマット済みの文字列を出力する 5446
« print quoted_printable_decode » PHP Manual String 関数 フォーマット済みの文字列を出力する prin ... tf (PHP 4, PHP 5, PHP 7, PHP 8) printf — フォーマット済みの文字列を出力する 説明 printf ... ( string $format , mixed ...$values ): int format にしたが ... 。 変換の仕様は、以下のプロトタイプに従います: %[argnum$][flags][width][.precision]specifier . Argnum 何 ... この変換結果に含まれるかを数値で指定します。 Precision ピリオド . の後に数値を続けますが、 その意味は指定 ...
https://man.plustar.jp/php/function.printf.html - [similar]
5423
« 定義済み定数 ZipArchive » PHP Manual Zip 例 例 例1 Zip アーカイブの作成 <?php $zip = new ZipAr ... chive (); $filename = "./test112.zip" ; if ( $zip -> open ( $filena ... me , ZipArchive :: CREATE )!== TRUE ) { exit( "cannot open < $filename >\n" ); } $zip -> addFromStrin ... testfilephp.txt" . time (), "#1 This is a test string added as testfilephp.txt.\n" ); $zip -> addFromSt ... ring ( "testfilephp2.txt" . time (), "#2 This is a tes ...
https://man.plustar.jp/php/zip.examples.html - [similar]
Run a single task and return a result [deprecated] 5395
« GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a ... nd return a result [deprecated] GearmanClient::do (PECL gear ... man >= 0.5.0) GearmanClient::do — Run a single task an ... d return a result [deprecated] 説明 public GearmanClient::d ... o ( string $function_name , string $workload , string $uniqu ...
https://man.plustar.jp/php/gearmanclient.do.html - [similar]
Run a single task and return a result 5395
« GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single ... task and return a result GearmanClient::doNormal (No versi ... on information available, might only be in Git) Gearm ... anClient::doNormal — Run a single task and return a r ... esult 説明 public GearmanClient::doNormal ( string $function_name , string $ ...
https://man.plustar.jp/php/gearmanclient.donormal.html - [similar]
Alternation and repetition 5395
« Unicode character classes Anchors » PHP Manual Pattern matching Alternation and repetition Alt ... ernation and repetition Alternation and repetition Seq ... uence Greedy Description ...|... - Try subpatterns in ... alternation. * yes Match 0 or more times. + yes Match 1 o ... r more times. ? yes Match 0 or 1 times. {n} no Match exactly n times. {n,} yes Match at least ...
https://man.plustar.jp/php/parle.regex.alternation.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT