検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 1461 for IN (0.031 sec.)
Patch Construction 2771
« Componere\Patch Componere\Patch::apply » PHP Manual Componere\Patch Patch Construction Compone ... 説明 public Componere\Patch::__construct ( object $instance ) public Componere\Patch::__construct ( obje ... ct $instance , array $interfaces ) パラメータ instance Th ... e target for this Patch interfaces A case insensitive array of class names Ex ... tions 警告 Shall throw RuntimeException if a class in interfaces cannot be found 警告 Shall throw Runtim ...
https://man.plustar.jp/php/componere-patch.construct.html - [similar]
2771
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... うかを確認します $w_stopped -> start (); echo "Run single iteration\n" ; Ev :: run ( Ev :: RUN_ONCE ); ec ... le the same events, but don't block\n" ; $w2 -> again (); Ev :: run ( Ev :: RUN_NOWAIT ); $w = new EvTim ... er ( 10 , 0 , function() {}); echo "Running a blocking loop\n" ; Ev :: run (); echo "END\n" ; ... nd, is launched after 2 seconds iteration = 5 Run single iteration Callback of a timer created as stoppe ...
https://man.plustar.jp/php/ev.examples.html - [similar]
インストール手順 2771
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 The FANN PHP ... extension should work on all Linux systems. FANN Library Installation PECL Installa ... tion Manual Installation FANN Library Installation Before you sta ... rt installation make sure that libfann is installed on y ... our system. It's part of the main repository in the most Linux distributions (search ...
https://man.plustar.jp/php/fann.installation.html - [similar]
構築時の問題 2771
« インストール PHP の使いかた » PHP Manual FAQ 構築時の問題 構築時の問題 本節は、構築時に発生する ... configure) 以下のようなエラーに遭遇しました。 checking lex output file root... ./configure: lex: command ... not found configure: error: cannot find output from lex; giving up Apacheを起動するときに ... ext/mysql/libmysqlclient/my_tempnam.o(.text+0x46): In function my_tempnam': /php4/ext/mysql/libmysqlclie ... したが、 configure スクリプトがありません! configure.inからconfigureスクリプトを生成するためには、GNU autoc ...
https://man.plustar.jp/php/faq.build.html - [similar]
assertion が false であるかどうかを調べる 2771
« assert_options cli_get_process_title » PHP Manual PHP オプション/情報 関数 assertion が false ... PHP 5 および PHP 7 assert ( mixed $assertion , string $description = ? ): bool PHP 7 assert ( mixed $as ... tions() またはマニュアルの関数の部分 に記述された .ini の設定により設定することが可能です。 関数 assert_ ... に成功したか否かを判断します。 警告 assertion に string を使うのは PHP 7.2.0 以降は 推奨されなくなりました ... ) ではなく、 assert($a == $b) を使うべきです。 php.ini ディレクティブ assert.quiet_eval と ASSERT_QUIET_ ...
https://man.plustar.jp/php/function.assert.html - [similar]
Return the ID generated for the last updated AUTO_INCREMENT column 2771
« cubrid_get cubrid_is_instance » PHP Manual CUBRID 関数 Return the ID generated for the last up ... dated AUTO_INCREMENT column cubrid_insert_id (PECL CUBRID >= 8.3 ... .0) cubrid_insert_id — Return the ID generated for the last upda ... ted AUTO_INCREMENT column 説明 cubrid_insert_id ( resource $co ... nn_identifier = ? ): string The cubrid_insert_id() function retrieves the ID ...
https://man.plustar.jp/php/function.cubrid-insert-id.html - [similar]
Send a CUBRID query 2771
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... query — Send a CUBRID query 説明 cubrid_query ( string $query , resource $conn_identifier = ? ): resourc ... nn_identifier . パラメータ query An SQL query Data inside the query should be properly escaped . conn_id ... s assumed. 戻り値 For SELECT, SHOW, DESCRIBE, EXPLAIN and other statements returning resultset, cubrid_q ... false on error. For other type of SQL statements, INSERT, UPDATE, DELETE, DROP, etc, cubrid_query() ret ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 2771
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... ンドする oci_bind_by_name (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) ... oci_bind_by_name — Oracle プレースホルダに PHP 変数をバイン ... ドする 説明 oci_bind_by_name ( resource $statement , string $param , m ... ixed &$var , int $max_length = -1 , int $type = 0 ): bool PHP の変 ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
接続したソケットからデータを受信する 2771
« socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する so ... を受信する 説明 socket_recv ( Socket $socket , ? string &$data , int $length , int $flags ): int | false ... ecv() を使う形式にしたものです。 <?php error_reporting ( E_ALL ); echo "<h2>TCP/IP Connection</h2>\n" ; ... ソケットを作成します */ $socket = socket_create ( AF_INET , SOCK_STREAM , SOL_TCP ); if ( $socket === fals ... )) . "\n" ; } else { echo "OK.\n" ; } echo "Attempting to connect to ' $address ' on port ' $service_por ...
https://man.plustar.jp/php/function.socket-recv.html - [similar]
Provide a return value for an existing function 2771
« uopz_set_property uopz_set_static » PHP Manual Uopz 関数 Provide a return value for an existin ... pz_set_return — Provide a return value for an existing function 説明 uopz_set_return ( string $function ... bool $execute = false ): bool uopz_set_return ( string $class , string $function , mixed $value , bool $ ... e and execute is set, the Closure will be executed in place of the original function. It is possible to ... call the original function from the Closure. 注意 : This function ...
https://man.plustar.jp/php/function.uopz-set-return.html - [similar]