検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 374 for Test (0.026 sec.)
PHP DTrace 静的プローブとともに SystemTap を使用 3642
« PHP および DTrace の使用 関数リファレンス » PHP Manual DTrace 動的トレーシング PHP DTrace 静的 ... ・ポイントをトレースします。 # stap -c 'sapi/cli/php test.php' all_probes.stp 関連キーワード: string , user ...
https://man.plustar.jp/php/features.dtrace.systemtap.html - [similar]
ファイルポインタから行を取得し、CSVフィールドを処理する 3642
« fgetc fgets » PHP Manual ファイルシステム 関数 ファイルポインタから行を取得し、CSVフィールドを ... 、表示する <?php $row = 1 ; if (( $handle = fopen ( "test.csv" , "r" )) !== FALSE ) { while (( $data = fgetc ...
https://man.plustar.jp/php/function.fgetcsv.html - [similar]
バイナリセーフなファイル書き込み処理 3642
« ftruncate glob » PHP Manual ファイルシステム 関数 バイナリセーフなファイル書き込み処理 fwrite ... た。 例 例1 簡単な fwrite() の例 <?php $filename = 'test.txt' ; $somecontent = "Add this to the file\n" ; / ...
https://man.plustar.jp/php/function.fwrite.html - [similar]
画像の一部をコピーしサイズを変更する 3642
« imagecopyresampled imagecreate » PHP Manual GD および Image 関数 画像の一部をコピーしサイズを変 ... します。 <?php // ファイルと新規サイズ $filename = 'test.jpg' ; $percent = 0.5 ; // コンテントタイプ header ...
https://man.plustar.jp/php/function.imagecopyresized.html - [similar]
指定したパラメータでプレーンテキストを暗号化する 3642
« mcrypt_enc_self_test mcrypt_generic_deinit » PHP Manual Mcrypt 関数 指定したパラメータでプレー ...
https://man.plustar.jp/php/function.mcrypt-encrypt.html - [similar]
使用するアルゴリズムおよびモードのモジュールをオープンする 3642
« mcrypt_module_is_block_mode mcrypt_module_self_test » PHP Manual Mcrypt 関数 使用するアルゴリズ ...
https://man.plustar.jp/php/function.mcrypt-module-open.html - [similar]
手続き型とオブジェクト指向インターフェイス 3642
« クイックスタートガイド データベース接続 » PHP Manual クイックスタートガイド 手続き型とオブジェ ... e.com" , "user" , "password" ); mysql_select_db ( "test" ); $result = mysql_query ( "SELECT 'Use the mysql ...
https://man.plustar.jp/php/mysqli.quickstart.dual-interface.html - [similar]
SNMP オブジェクトのサブツリーを取得する 3642
« SNMP::setSecurity SNMPException » PHP Manual SNMP SNMP オブジェクトのサブツリーを取得する SNMP ... ります。 Array ( [SNMPv2-MIB::sysDescr.0] => STRING: Test server [SNMPv2-MIB::sysObjectID.0] => OID: NET-SNM ...
https://man.plustar.jp/php/snmp.walk.html - [similar]
3642
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... Send instructions. */ $msg = "\nWelcome to the PHP Test Server. \n" . "To quit, type 'quit'. To shut down ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
メールボックスへの IMAP ストリームをオープンする 3599
« imap_num_recent imap_ping » PHP Manual IMAP 関数 メールボックスへの IMAP ストリームをオープンす ... には、 $nntp = imap_open ( "{localhost:119/nntp}comp.test" , "" , "" ); // リモートサーバーに接続する際は、" ...
https://man.plustar.jp/php/function.imap-open.html - [similar]