検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 374 for Test (0.657 sec.)
Construct a swoole atomic object. 3994
« Swoole\Atomic::cmpset Swoole\Atomic::get » PHP Manual Swoole\Atomic Construct a swoole atomic ... nteger variable allows any processor to atomically test and modify. It is implemented based on CPU atomic ...
https://man.plustar.jp/php/swoole-atomic.construct.html - [similar]
Vtiful\Kernel\Excel mergeCells 3994
« Vtiful\Kernel\Excel::insertText Vtiful\Kernel\Excel::output » PHP Manual Vtiful\Kernel\Excel V ... Cells. パラメータ scope cell start and end coordinate strings data string data 戻り値 Vtiful\Kernel\Excel ... ance 例 例1 example <?php $config = [ 'path' => './tests' ]; $excel = new \ Vtiful \ Kernel \ Excel ( $con ... fig ); $excel -> fileName ( "test.xlsx" ) -> mergeCells ( 'A1:C1' , 'Merge cells' ) ...
https://man.plustar.jp/php/vtiful-kernel-excel.mergeCells.html - [similar]
Gearman 3950
« FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設 ... s GearmanJob::complete — Send the result and complete status (deprecated) GearmanJob::__construct — Create ... armanJob::sendComplete — Send the result and complete status GearmanJob::sendData — Send data for a runnin ... etermine if task is known GearmanTask::isRunning — Test whether the task is currently running GearmanTask: ... ate a GearmanWorker instance GearmanWorker::echo — Test job server response GearmanWorker::error — Get the ...
https://man.plustar.jp/php/book.gearman.html - [similar]
3950
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... SSL echo server <?php /* * SSL echo server * * To test: * 1) Run: * $ php examples/ssl-echo-server/server ... HTTP server <?php /* * Simple HTTP server. * * To test it: * 1) Run it on a port of your choice, e.g.: * ... Run the server: `php examples/https.php 9999` * 2) Test it: `php examples/ssl-connection.php 9999` */ func ... $local_pk , //EventSslContext::OPT_PASSPHRASE => "test", EventSslContext :: OPT_ALLOW_SELF_SIGNED => true ...
https://man.plustar.jp/php/event.examples.html - [similar]
Connect buffer event's file descriptor to given address or UNIX socket 3950
« EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu ... ferEvent :: CONNECTED ) { $bev -> output -> add ( "test\n" ); } } } if ( $argc <= 1 ) { exit( "Socket path ... ようになります。 Received 5 bytes ----- data ---- 5: test 参考 EventBufferEvent::connectHost() - Connects to ...
https://man.plustar.jp/php/eventbufferevent.connect.html - [similar]
A Complete PHP/FFI/preloading Example 3950
« PHP Callbacks FFI » PHP Manual 例 A Complete PHP/FFI/preloading Example A Complete PHP/FFI/pre ... at, ...); dummy.php <?php final class Dummy { private static $ffi = null ; function __construct () { if ( ... :: $ffi -> printf ( $format , ... $args ); } } ?> test.php <?php $d = new Dummy (); $d -> printf ( "Hello ...
https://man.plustar.jp/php/ffi.examples-complete.html - [similar]
Closes a database 3950
« dbase_add_record dbase_create » PHP Manual dBase 関数 Closes a database dbase_close (PHP 5 < 5 ... // open in read-only mode $db = dbase_open ( '/tmp/test.dbf' , 0 ); if ( $db ) { // read some data .. dbas ...
https://man.plustar.jp/php/function.dbase-close.html - [similar]
PostgreSQL 接続をオープンする 3950
« pg_connect_poll pg_connection_busy » PHP Manual PostgreSQL 関数 PostgreSQL 接続をオープンする ... スに接続 $conn_string = "host=sheep port=5432 dbname=test user=lamb password=bar" ; $dbconn4 = pg_connect ( ... ユーザー名とパスワードを指定してホスト"sheep"上の"test"という名前のデータベースへ接続 $dbconn5 = pg_conne ...
https://man.plustar.jp/php/function.pg-connect.html - [similar]
持続的な PostgreSQL 接続をオープンする 3950
« pg_parameter_status pg_ping » PHP Manual PostgreSQL 関数 持続的な PostgreSQL 接続をオープンする ... スに接続 $conn_string = "host=sheep port=5432 dbname=test user=lamb password=bar" ; $dbconn4 = pg_pconnect ( ... ユーザー名とパスワードを指定してホスト"sheep"上の"test"という名前のデータベースへ接続 ?> 参考 pg_connect( ...
https://man.plustar.jp/php/function.pg-pconnect.html - [similar]
ストリームにフィルタを付加する 3950
« stream_copy_to_stream stream_filter_prepend » PHP Manual ストリーム 関数 ストリームにフィルタを ... hp /* ファイルを読み書き用に開く */ $fp = fopen ( 'test.txt' , 'w+' ); /* ROT13 フィルタをライトフィルタチ ... 13 変換が適用される。 */ fwrite ( $fp , "This is a test\n" ); /* ファイルの最初に戻る */ rewind ( $fp ); / ...
https://man.plustar.jp/php/function.stream-filter-append.html - [similar]