検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 1237 for Data (0.024 sec.)
接続されているかどうかにかかわらず、ソケットにデータを送信する 3259
« stream_socket_recvfrom stream_socket_server » PHP Manual ストリーム 関数 接続されているかどうか ... stream_socket_sendto ( resource $socket , string $data , int $flags = 0 , string $address = "" ): int | f ... alse data で指定したデータを socket で指定したソケットに送信 ... します。 パラメータ socket data を送信するソケット。 data 送りたいデータ。 flags f ... のチャネルで送信します */ fwrite ( $socket , "Normal data transmit." ); /* 帯域外のデータを送信します */ str ...
https://man.plustar.jp/php/function.stream-socket-sendto.html - [similar]
2 つの文字列の unified diff を作成する 3259
« xdiff_string_diff_binary xdiff_string_merge3 » PHP Manual xdiff 関数 2 つの文字列の unified di ... ff を作成する 説明 xdiff_string_diff ( string $old_data , string $new_data , int $context = 3 , bool $mini ... mal = false ): string old_data 文字列と new_data 文字列の差分を含む unified diff ... を出力します (長い時間がかかります)。 パラメータ old_data データを含む最初の文字列。"旧" データです。 new_da ... 関連キーワード: string , xdiff , unified , 作成 , data , データ , パラメータ , old , new , context ...
https://man.plustar.jp/php/function.xdiff-string-diff.html - [similar]
はじめに 3259
« FFI インストール/設定 » PHP Manual FFI はじめに はじめに This extension allows the loading of ... r .so ), calling of C functions and accessing of C data structures in pure PHP, without having to have dee ... thods, which perform the actual interaction with C data. 警告 FFI is dangerous, since it allows to interfa ... ovided for ad-hoc interfacing with C functions and data structures. ヒント Currently, accessing FFI data s ... ce memory consumption. 関連キーワード: extension , data , without , allows , use , functions , structures ...
https://man.plustar.jp/php/intro.ffi.html - [similar]
Returns the debug data for the last connection attempt 3259
« SolrClient::getByIds SolrClient::getOptions » PHP Manual SolrClient Returns the debug data for ... >= 0.9.7) SolrClient::getDebug — Returns the debug data for the last connection attempt 説明 public SolrCl ... ient::getDebug (): string Returns the debug data for the last connection attempt パラメータ この関数 ...
https://man.plustar.jp/php/solrclient.getdebug.html - [similar]
Write data to a file stream asynchronously. 3259
« Swoole\Async::set Swoole\Async::writeFile » PHP Manual Swoole\Async Write data to a file strea ... (PECL swoole >= 1.9.0) Swoole\Async::write — Write data to a file stream asynchronously. 説明 public stati ... offset The offset. callback 関連キーワード: file , data , stream , asynchronously , Swoole , Async , offse ...
https://man.plustar.jp/php/swoole-async.write.html - [similar]
The Swoole\Redis\Server class 3242
« Swoole\Process::write Swoole\Redis\Server::format » PHP Manual Swoole The Swoole\Redis\Server ... $fd ): bool public Swoole\Server::finish ( string $data ): void public Swoole\Server::getClientInfo ( int ... oid public Swoole\Server::send ( int $fd , string $data , int $reactor_id = ? ): bool public Swoole\Server ... ole\Server::sendMessage ( int $worker_id , string $data ): bool public Swoole\Server::sendto ( string $ip ... , int $port , string $data , string $server_socket = ? ): bool public Swoole\ ...
https://man.plustar.jp/php/class.swoole-redis-server.html - [similar]
利用可能なDSNについての情報を返す 3242
« odbc_cursor odbc_do » PHP Manual ODBC 関数 利用可能なDSNについての情報を返す odbc_data_source ... (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) odbc_data_source — 利用可能なDSNについての情報を返す 説明 od ... bc_data_source ( resource $odbc , int $fetch_type ): array ... nect ( 'dsn' , 'user' , 'pass' ); $dsn_info = odbc_data_source ( $conn , SQL_FETCH_FIRST ); while ( $dsn_i ... nfo ) { print_r ( $dsn_info ); $dsn_info = odbc_data_source ( $conn , SQL_FETCH_NEXT ); } ?> 上の例の出 ...
https://man.plustar.jp/php/function.odbc-data-source.html - [similar]
Gets information about last updated data 3242
« rrd_last rrd_restore » PHP Manual RRD 関数 Gets information about last updated data rrd_lastup ... d_lastupdate — Gets information about last updated data 説明 rrd_lastupdate ( string $filename ): array Ge ... for each date in the most recent update of the RRD database file. パラメータ file RRD database file name. ... 合に false を返します. 関連キーワード: information , data , updated , rrd , RRD , lastupdate , file , databa ...
https://man.plustar.jp/php/function.rrd-lastupdate.html - [similar]
Test job server response 3242
« GearmanWorker::__construct GearmanWorker::error » PHP Manual GearmanWorker Test job server res ... armanWorker::echo ( string $workload ): bool Sends data to all job servers to see if they echo it back. Th ... properly. パラメータ workload Arbitrary serialized data 戻り値 Standard Gearman return value. 参考 Gearman ... Client::echo() - Send data to all job servers to see if they echo it back [de ... 連キーワード: job , Test , server , GearmanWorker , data , see , servers , back , all , they ...
https://man.plustar.jp/php/gearmanworker.echo.html - [similar]
SoapParam クラス 3231
« SoapHeader::__construct SoapParam::__construct » PHP Manual SOAP SoapParam クラス SoapParam ク ... public string $ param_name ; public mixed $ param_data ; /* メソッド */ public __construct ( mixed $data ... , string $name ) } プロパティ param_data param_name 目次 SoapParam::__construct — SoapParam ... SoapParam , クラス , construct , param , public , data , string , SoapHeader , コール , パラメータ ...
https://man.plustar.jp/php/class.soapparam.html - [similar]