検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 2039 for To (0.054 sec.)
3172
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... nc DNS resolving if (! $dns_base ) { exit( "Failed to init DNS Base\n" ); } $bev = new EventBufferEvent ... t :: WRITE ); $output = $bev -> output ; //$bev->getOutput(); if (! $output -> add ( "GET { $argv [ 2 ]} ... : Close\r\n\r\n" )) { exit( "Failed adding request to output buffer\n" ); } if (! $bev -> connectHost ( ... , EventUtil :: AF_UNSPEC )) { exit( "Can't connect to host { $argv [ 1 ]} \n" ); } $base -> dispatch (); ...
https://man.plustar.jp/php/event.examples.html - [similar]
Saves the entire network to a configuration file 3172
« fann_save_train fann_scale_input_train_data » PHP Manual Fann 関数 Saves the entire network to ... ann >= 1.0.0) fann_save — Saves the entire network to a configuration file 説明 fann_save ( resource $an ... onfiguration_file ): bool Saves the entire network to a configuration file. The configuration file conta ... neural network and enables fann_create_from_file() to create an exact copy of the neural network and all ... error_log() , fann_set_user_data() ) are NOT saved to the file because they cannot safely be ported to a ...
https://man.plustar.jp/php/function.fann-save.html - [similar]
Dynamically adds a new method to a given class 3172
« runkit7_import runkit7_method_copy » PHP Manual runkit7 関数 Dynamically adds a new method to ... runkit7_method_add — Dynamically adds a new method to a given class 説明 runkit7_method_add ( string $cl ... strict = ? ): bool パラメータ class_name The class to which this method will be added method_name The na ... me of the method to add argument_list Comma-delimited list of argument ... s for the newly-created method code The code to be evaluated when method_name is called closure A ...
https://man.plustar.jp/php/function.runkit7-method-add.html - [similar]
Prepares a query for execution 3172
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr ... epare (No version information available, might only be in Git) sqlsrv_prepare — Prepares a query f ... _connect() . sql The string that defines the query to be prepared and executed. params An array specifyi ... tional) One of the following SQLSRV constants used to indicate the parameter direction: SQLSRV_PARAM_IN, ... false (the default is true ) Configures the driver to send all stream data at execution ( true ), or to ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
データをあるストリームから別のストリームにコピーする 3172
« stream_context_set_params stream_filter_append » PHP Manual ストリーム 関数 データをあるストリ ... ームから別のストリームにコピーする stream_copy_to_stream (PHP 5, PHP 7, PHP 8) stream_copy_to_stream ... ームから別のストリームにコピーする 説明 stream_copy_to_stream ( resource $from , resource $to , ? int $le ... の位置)から最大 length バイトのデータを from から to にコピーします。もし length が null の 場合は、 fr ... ーされます。 パラメータ from コピー元のストリーム。 to コピー先のストリーム。 length コピーする最大バイト ...
https://man.plustar.jp/php/function.stream-copy-to-stream.html - [similar]
Output error messages to the log 3172
« swoole_errno swoole_event_add » PHP Manual Swoole 関数 Output error messages to the log swoole ... >= 4.5.8) swoole_error_log — Output error messages to the log 説明 swoole_error_log ( int $level , strin ... g $msg ): void Output error messages to the log. パラメータ level Log Level, constants can ... LE_LOG_ERROR , SWOOLE_LOG_NONE msg Message content to be written to the log. 戻り値 値を返しません。 関連 ...
https://man.plustar.jp/php/function.swoole-error-log.html - [similar]
Add a job server to the client 3172
« GearmanClient::addOptions GearmanClient::addServers » PHP Manual GearmanClient Add a job serve ... r to the client GearmanClient::addServer (PECL gearman ... 0.5.0) GearmanClient::addServer — Add a job server to the client 説明 public GearmanClient::addServer ( ... 0.0.1 , int $port = 4730 ): bool Adds a job server to a list of servers that can be used to run a task. ... ocket I/O happens here; the server is simply added to the list. パラメータ host ジョブサーバーのホスト名 ...
https://man.plustar.jp/php/gearmanclient.addserver.html - [similar]
はじめに 3172
« FFI インストール/設定 » PHP Manual FFI はじめに はじめに This extension allows the loading of ... g of C data structures in pure PHP, without having to have deep knowledge of the Zend extension API, and ... without having to learn a third “intermediate” language. The public ... ith C data. 警告 FFI is dangerous, since it allows to interface with the system on a very low level. The ... ving a working knowledge of C and the used C APIs. To minimize the risk, the FFI API usage may be restri ...
https://man.plustar.jp/php/intro.ffi.html - [similar]
Execute a database command that reads on this server 3172
« MongoDB\Driver\Server::executeQuery MongoDB\Driver\Server::executeReadWriteCommand » PHP Manua ... ver. This method will apply logic that is specific to commands that read (e.g. » count ) and take the Mo ... ngoDB server version into account. The "readConcern" option will default to ... readPreference" option does not control the server to which the driver issues the operation; it will alw ... Instead, it may be used when issuing the operation to a secondary (from a replica set connection, not st ...
https://man.plustar.jp/php/mongodb-driver-server.executereadcommand.html - [similar]
Flush logs buffer, dump to appender file, or send to remote api with tcp/udp 3172
« SeasLog::error SeasLog::getBasePath » PHP Manual SeasLog Flush logs buffer, dump to appender f ... ile, or send to remote api with tcp/udp SeasLog::flushBuffer (PECL ... .0) SeasLog::flushBuffer — Flush logs buffer, dump to appender file, or send to remote api with tcp/udp ... bool Flush logs buffer by seaslog.appender : dump to file, or send to remote api with tcp/udp. 注意 : S ...
https://man.plustar.jp/php/seaslog.flushbuffer.html - [similar]