検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 593 for Add (0.018 sec.)
Memcache クラス 3664
« 基本的な使用法 Memcache::add » PHP Manual Memcache Memcache クラス Memcache クラス (PECL memca ... への接続をあらわします。 クラス概要 class Memcache { add ( string $key , mixed $var , int $flag = ? , int $ ... expire = ? ): bool addServer ( string $host , int $port = 11211 , bool $p ... ble $failure_callback = ? ): bool } 目次 Memcache::add — サーバーに項目を追加する Memcache::addServer — コ ...
https://man.plustar.jp/php/class.memcache.html - [similar]
除去フィルタ 3664
« 検証フィルタ その他のフィルタ » PHP Manual フィルタの型 除去フィルタ 除去フィルタ 除去フィルタ ... します。 FILTER_SANITIZE_MAGIC_QUOTES "magic_quotes" addslashes() を適用します。 (PHP 7.3.0 以降は 非推奨 に ... 以降 削除 されています。 代わりに FILTER_SANITIZE_ADD_SLASHES を使ってください) FILTER_SANITIZE_ADD_SLAS ... HES "add_slashes" addslashes() を適用します。 (PHP 7.3.0 以 ... SANITIZE_MAGIC_QUOTES の代替として FILTER_SANITIZE_ADD_SLASHES が追加されました。 7.3.0 FILTER_SANITIZE_M ...
https://man.plustar.jp/php/filter.filters.sanitize.html - [similar]
リクエストグループをキャンセルする 3664
« eio_grp_add eio_grp_limit » PHP Manual Eio 関数 リクエストグループをキャンセルする eio_grp_can ... 参考 eio_grp() - リクエストグループを作る eio_grp_add() - リクエストをリクエストグループに追加する 関連キ ...
https://man.plustar.jp/php/function.eio-grp-cancel.html - [similar]
Modify a user to a security database 3664
« ibase_maintain_db ibase_name_result » PHP Manual Firebird/InterBase 関数 Modify a user to a se ... e を、失敗した場合に false を返します。 参考 ibase_add_user() - Add a user to a security database ibase_d ...
https://man.plustar.jp/php/function.ibase-modify-user.html - [similar]
Remove a function definition 3664
« runkit7_function_redefine runkit7_function_rename » PHP Manual runkit7 関数 Remove a function ... した場合に false を返します。 参考 runkit7_function_add() - Add a new function, similar to create_function ...
https://man.plustar.jp/php/function.runkit7-function-remove.html - [similar]
Change a function's name 3664
« runkit7_function_remove runkit7_import » PHP Manual runkit7 関数 Change a function's name runk ... した場合に false を返します。 参考 runkit7_function_add() - Add a new function, similar to create_function ...
https://man.plustar.jp/php/function.runkit7-function-rename.html - [similar]
新しく追加された関数 3664
« 新機能 新しいグローバル定数 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 新しく追加された関数 ... on() Spoofchecker::setRestrictionLevel() LDAP ldap_add_ext() ldap_bind_ext() ldap_delete_ext() ldap_exop_ ... refresh() ldap_mod_add_ext() ldap_mod_replace_ext() ldap_mod_del_ext() ld ...
https://man.plustar.jp/php/migration73.new-functions.html - [similar]
Adds a server alias to the HTTP server object 3634
« EventHttp::accept EventHttp::bind » PHP Manual EventHttp Adds a server alias to the HTTP serve ... r object EventHttp::addServerAlias (PECL event >= 1.4.0-beta) EventHttp::a ... ddServerAlias — Adds a server alias to the HTTP server object 説明 pub ... lic EventHttp::addServerAlias ( string $alias ): bool Adds a server a ... HTTP server object. パラメータ alias The alias to add. 戻り値 成功した場合に true を、失敗した場合に fal ...
https://man.plustar.jp/php/eventhttp.addserveralias.html - [similar]
新機能 3634
« 下位互換性のない変更点 PHP 5.6.x で推奨されなくなる機能 » PHP Manual PHP 5.5.x から PHP 5.6.x ... at 演算子と呼ばれることもあります。 <?php function add ( $a , $b , $c ) { return $a + $b + $c ; } $operat ... ors = [ 2 , 3 ]; echo add ( 1 , ... $operators ); ?> 上の例の出力は以下となり ... P_VERSION , '5.6' , '<' )) { echo gmp_intval ( gmp_add ( $a , $b )), PHP_EOL ; echo gmp_intval ( gmp_add ... ( $a , 17 )), PHP_EOL ; echo gmp_intval ( gmp_add ( 42 , $b )), PHP_EOL ; } else { echo $a + $b , PH ...
https://man.plustar.jp/php/migration56.new-features.html - [similar]
設定されたセーブポイントをリリースする 3634
« Session::quoteName Session::rollback » PHP Manual mysql_xdevapi\Session 設定されたセーブポイン ... calhost" ); $collection = $session -> getSchema ( "addressbook" )-> getCollection ( "friends" ); $session ... -> startTransaction (); $collection -> add ( '{"test1":1, "test2":2}' )-> execute (); $savepo ... int = $session -> setSavepoint (); $collection -> add ( '{"test3":3, "test4":4}' )-> execute (); $sessio ...
https://man.plustar.jp/php/mysql-xdevapi-session.releasesavepoint.html - [similar]