検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 2039 for To (0.136 sec.)
実行時設定 3032
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... determines whether Swoole errors should be printed to the screen. swoole.fast_serialize string Whether t ... f Unix socket. swoole.use_namespace string Whether to use PHP namespaces swoole.enable_coroutine string ... Whether to enable coroutine swoole.use_shortname string Wheth ... er to enable short aliases swoole.enable_preemptive_sche ...
https://man.plustar.jp/php/swoole.configuration.html - [similar]
Updates all values by applying a callback function to each value 3013
« Ds\Deque::allocate Ds\Deque::capacity » PHP Manual Deque Updates all values by applying a call ... back function to each value Ds\Deque::apply (PECL ds >= 1.0.0) Ds\D ... Updates all values by applying a callback function to each value 説明 public Ds\Deque::apply ( callable ... Updates all values by applying a callback function to each value in the deque. パラメータ callback callb ... ack ( mixed $value ): mixed A callable to apply to each value in the deque. The callback sho ...
https://man.plustar.jp/php/ds-deque.apply.html - [similar]
Updates all values by applying a callback function to each value 3013
« Ds\Vector::allocate Ds\Vector::capacity » PHP Manual Vector Updates all values by applying a c ... allback function to each value Ds\Vector::apply (PECL ds >= 1.0.0) Ds\ ... Vector::apply — Updates all values by applying a callbac ... k function to each value 説明 public Ds\Vector::apply ( callable ... Updates all values by applying a callback function to each value in the vector. パラメータ callback call ...
https://man.plustar.jp/php/ds-vector.apply.html - [similar]
Open a connection to a CUBRID Server 3013
« cubrid_connect_with_url cubrid_current_oid » PHP Manual CUBRID 関数 Open a connection to a CUB ... UBRID >= 8.3.1) cubrid_connect — Open a connection to a CUBRID Server 説明 cubrid_connect ( string $host ... ): resource The cubrid_connect() function is used to establish the environment for connecting to your s ... ult value is "". new_link If a second call is made to cubrid_connect() with the same arguments, no new c ... CK_TIMEOUT -1 MAX_STRING_LENGTH 1073741823 PARAM_AUTO_COMMIT 1 Server Info: 9.1.0.0212 Client Info: 9.1. ...
https://man.plustar.jp/php/function.cubrid-connect.html - [similar]
Fetch the next row from a result set 3013
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... _BOTH ): mixed The cubrid_fetch() function is used to get a single row from the query result. The cursor ... automatically moves to the next row after getting the r ... esult. パラメータ result result comes from a call to cubrid_execute() type Array type of the fetched re ... RID_ASSOC, CUBRID_BOTH, CUBRID_OBJECT. If you want to operate the lob object, you can use CUBRID_LOB. 戻 ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
Read BLOB/CLOB data and send straight to browser 3013
« cubrid_lob_get cubrid_lob_size » PHP Manual CUBRID 関数 Read BLOB/CLOB data and send straight ... d_lob_send — Read BLOB/CLOB data and send straight to browser 説明 cubrid_lob_send ( resource $conn_iden ... eads BLOB/CLOB data and passes it straight through to the browser. To use this function, you must use cu ... brid_lob_get() first to get BLOB/CLOB info from CUBRID. パラメータ conn_id ... ntent CLOB)" ); cubrid_execute ( $conn , "INSERT INTO doc VALUES (5,'hello,cubrid')" ); $lobs = cubrid_l ...
https://man.plustar.jp/php/function.cubrid-lob-send.html - [similar]
Add a list of job servers to the client 3013
« GearmanClient::addServer GearmanClient::addTask » PHP Manual GearmanClient Add a list of job s ... ervers to the client GearmanClient::addServers (PECL gearman ... >= 0.5.0) GearmanClient::addServers — Add a list of job servers to the client 説明 public GearmanCli ... string $servers = 127.0.0.1:4730 ): bool Adds a list of job servers that can be used to run a task. No s ... ket I/O happens here; the servers are simply added to the full list of servers. パラメータ servers A com ...
https://man.plustar.jp/php/gearmanclient.addservers.html - [similar]
Test job server response 3013
« GearmanWorker::__construct GearmanWorker::error » PHP Manual GearmanWorker Test job server res ... Worker::echo ( string $workload ): bool Sends data to all job servers to see if they echo it back. This ... is a test function to see if job servers are responding properly. パラメ ... turn value. 参考 GearmanClient::echo() - Send data to all job servers to see if they echo it back [depre ...
https://man.plustar.jp/php/gearmanworker.echo.html - [similar]
Transforms an image to a new colorspace 3013
« Imagick::transformImage Imagick::transparentPaintImage » PHP Manual Imagick Transforms an imag ... e to a new colorspace Imagick::transformImageColorspace ... ck::transformImageColorspace — Transforms an image to a new colorspace 説明 public Imagick::transformIma ... pace ( int $colorspace ): bool Transforms an image to a new colorspace. パラメータ colorspace The colors ... pace the image should be transformed to, one of the COLORSPACE constants e.g. Imagick::COL ...
https://man.plustar.jp/php/imagick.transformimagecolorspace.html - [similar]
Returns whether an error label is associated with an exception 3013
« MongoDB\Driver\Exception\RuntimeException MongoDB\Driver\Exception\ServerException » PHP Manua ... labels are set by either the server or the driver to indicated specific situations on which you might w ... ant to decide on how you want to handle a specific except ... ion. A common situation might be to find out whether you can safely retry a transactio ... n that failed due to a transient error (like a networking issue, or a t ...
https://man.plustar.jp/php/mongodb-driver-runtimeexception.haserrorlabel.html - [similar]