検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 593 for Add (0.026 sec.)
Adds non-existent function or method 5680
« Uopz 関数 uopz_allow_exit » PHP Manual Uopz 関数 Adds non-existent function or method uopz_add ... ction (PECL uopz 5, PECL uopz 6, PECL uopz 7) uopz_add_function — Adds non-existent function or method 説 ... 明 uopz_add_function ( string $function , Closure $handler , i ... nt &$flags = ZEND_ACC_PUBLIC ): bool uopz_add_function ( string $class , string $function , Clos ... flags = ZEND_ACC_PUBLIC , int &$all = true ): bool Adds a non-existent function or method. パラメータ cla ...
https://man.plustar.jp/php/function.uopz-add-function.html - [similar]
Schedules the addition of an item in a working directory 5620
« SVN 関数 svn_auth_get_parameter » PHP Manual SVN 関数 Schedules the addition of an item in a w ... orking directory svn_add (PECL svn >= 0.1.0) svn_add — Schedules the additi ... on of an item in a working directory 説明 svn_add ( string $path , bool $recursive = true , bool $fo ... rce = false ): bool Adds the file, directory or symbolic link at path to t ... he working directory. The item will be added to the repository the next time you call svn_com ...
https://man.plustar.jp/php/function.svn-add.html - [similar]
Add a list of job servers to the client 5560
« 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::addS ... ervers — Add a list of job servers to the client 説明 public Ge ... armanClient::addServers ( string $servers = 127.0.0.1:4730 ): bool ... No socket I/O happens here; the servers are simply added to the full list of servers. パラメータ servers ...
https://man.plustar.jp/php/gearmanclient.addservers.html - [similar]
のエイリアス ibase_add_user 5530
« Firebird/InterBase 関数 fbird_affected_rows » PHP Manual Firebird/InterBase 関数 のエイリアス ... ibase_add_user fbird_add_user (PHP 5, PHP 7 < 7.4.0) fbird_a ... dd_user — のエイリアス ibase_add_user() 説明 この関数は次の関数のエイリアスです。 i ... base_add_user() . 参考 fbird_modify_user() - のエイリアス i ...
https://man.plustar.jp/php/function.fbird-add-user.html - [similar]
Add a user to a security database 5530
« fbird_wait_event ibase_affected_rows » PHP Manual Firebird/InterBase 関数 Add a user to a secu ... rity database ibase_add_user (PHP 5, PHP 7 < 7.4.0) ibase_add_user — Add a ... user to a security database 説明 ibase_add_user ( resource $service_handle , string $user_nam ... abase 関連キーワード: user , database , security , Add , ibase , new , string , service , handle , rows ...
https://man.plustar.jp/php/function.ibase-add-user.html - [similar]
年月日時分秒の値を加えることで、DateTime オブジェクトを変更する 5508
« DateTime DateTime::__construct » PHP Manual DateTime 年月日時分秒の値を加えることで、DateTime ... オブジェクトを変更する DateTime::add date_add (PHP 5 >= 5.3.0, PHP 7, PHP 8) DateTime:: ... add -- date_add — 年月日時分秒の値を加えることで、DateTime オブジェ ... を変更する 説明 オブジェクト指向型 public DateTime::add ( DateInterval $interval ): DateTime 手続き型 date ... _add ( DateTime $object , DateInterval $interval ): Dat ...
https://man.plustar.jp/php/datetime.add.html - [similar]
年月日時分秒の値を加え、新しいオブジェクトを返す 5508
« DateTimeImmutable DateTimeImmutable::__construct » PHP Manual DateTimeImmutable 年月日時分秒の ... を加え、新しいオブジェクトを返す DateTimeImmutable::add (PHP 5 >= 5.5.0, PHP 7, PHP 8) DateTimeImmutable:: ... いオブジェクトを返す 説明 public DateTimeImmutable::add ( DateInterval $interval ): DateTimeImmutable 指定 ... た場合に false を返します. 例 例1 DateTimeImmutable::add() の例 オブジェクト指向型 <?php $date = new DateTi ... meImmutable ( '2000-01-01' ); $newDate = $date -> add (new DateInterval ( 'P10D' )); echo $newDate -> fo ...
https://man.plustar.jp/php/datetimeimmutable.add.html - [similar]
のエイリアス ibase_blob_add 5418
« fbird_backup fbird_blob_cancel » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_blob_add ... d fbird_blob_add (PHP 5, PHP 7 < 7.4.0) fbird_blob_add — のエイリア ... ス ibase_blob_add() 説明 この関数は次の関数のエイリアスです。 ibase_ ... blob_add() . 参考 fbird_blob_cancel() - Cancel creating blo ...
https://man.plustar.jp/php/function.fbird-blob-add.html - [similar]
Add a background task to be run in parallel 5418
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... task to be run in parallel GearmanClient::addTaskBackground (PECL gearman >= 0.5.0) GearmanClien ... t::addTaskBackground — Add a background task to be run in ... parallel 説明 public GearmanClient::addTaskBackground ( string $function_name , string $wo ... &$context = ? , string $unique = ? ): GearmanTask Adds a background task to be run in parallel with othe ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
サーバーに項目を追加する 5418
« Memcache Memcache::addServer » PHP Manual Memcache サーバーに項目を追加する Memcache::add (PEC ... L memcache >= 0.2.0) Memcache::add — サーバーに項目を追加する 説明 Memcache::add ( st ... int $flag = ? , int $expire = ? ): bool Memcache::add() は、サーバーに同名のキーが存在しない 場合に限り、 ... key というキーで 値 var を格納します。 memcache_add() 関数を使用することも可能です。 パラメータ key 項 ... する場合は false を返します。 それ以外は、 Memcache::add() の振る舞いは Memcache::set() と同じです。 例 例1 ...
https://man.plustar.jp/php/memcache.add.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT