検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 593 for Add (0.036 sec.)
Enchant 関数 3985
« 例 enchant_broker_describe » PHP Manual Enchant Enchant 関数 Enchant 関数 目次 enchant_broker_ ... 言語で使用する辞書の優先順位を宣言する enchant_dict_add_to_personal — のエイリアス enchant_dict_add enchan ... t_dict_add_to_session — '単語' を、このスペルチェックセッショ ... ンに追加する enchant_dict_add — 単語リストに単語を追加する enchant_dict_check — ... リングセッションの直近のエラーを返す enchant_dict_is_added — 現在のセッションに、単語が存在するかどうかを調 ...
https://man.plustar.jp/php/ref.enchant.html - [similar]
Deletes previously added function or method 3955
« uopz_copy uopz_delete » PHP Manual Uopz 関数 Deletes previously added function or method uopz_ ... ECL uopz 7) uopz_del_function — Deletes previously added function or method 説明 uopz_del_function ( stri ... on , int &$all = true ): bool Deletes a previously added function or method. パラメータ class The name of ... n if the function or method to delete has not been added by uopz_add_function() . 例 例1 Basic uopz_del_f ... unction() Usage <?php uopz_add_function ( 'foo' , function () {echo 'bar' ;}); va ...
https://man.plustar.jp/php/function.uopz-del-function.html - [similar]
指定した ID の WDDX パケットに変数を追加する 3955
« WDDX 関数 wddx_deserialize » PHP Manual WDDX 関数 指定した ID の WDDX パケットに変数を追加する ... wddx_add_vars (PHP 4, PHP 5, PHP 7) wddx_add_vars — 指定した ... この機能は PHP 7.4.0 で 削除 されました。 説明 wddx_add_vars ( resource $packet_id , mixed $var_name , mix ...
https://man.plustar.jp/php/function.wddx-add-vars.html - [similar]
Enchant スペリングライブラリ 3926
« 自然言語および文字エンコーディング はじめに » PHP Manual 自然言語および文字エンコーディング En ... 言語で使用する辞書の優先順位を宣言する enchant_dict_add_to_personal — のエイリアス enchant_dict_add enchan ... t_dict_add_to_session — '単語' を、このスペルチェックセッショ ... ンに追加する enchant_dict_add — 単語リストに単語を追加する enchant_dict_check — ... リングセッションの直近のエラーを返す enchant_dict_is_added — 現在のセッションに、単語が存在するかどうかを調 ...
https://man.plustar.jp/php/book.enchant.html - [similar]
Parsing and lexing 3926
« CommonMark\Render\XML はじめに » PHP Manual テキスト処理 Parsing and lexing Parsing and lexing ... sertMacro — Insert regex macro Parle\Lexer::push — Add a lexer rule Parle\Lexer::reset — Reset lexer Parl ... ertMacro — Insert regex macro Parle\RLexer::push — Add a lexer rule Parle\RLexer::pushState — Push a new ... e — Declare a precedence rule Parle\Parser::push — Add a grammar rule Parle\Parser::reset — Reset parser ... — Declare a precedence rule Parle\RParser::push — Add a grammar rule Parle\RParser::reset — Reset parser ...
https://man.plustar.jp/php/book.parle.html - [similar]
The Componere\Definition class 3926
« Componere\Abstract\Definition::getReflector Componere\Definition::__construct » PHP Manual Com ... parent , array $interfaces ) /* メソッド */ public addConstant ( string $name , Componere\Value $value ): ... Definition public addProperty ( string $name , Componere\Value $value ): ... たメソッド */ public Componere\Abstract\Definition::addInterface ( string $interface ): Definition public ... Componere\Abstract\Definition::addMethod ( string $name , Componere\Method $method ): ...
https://man.plustar.jp/php/class.componere-definition.html - [similar]
3903
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ ... I_DEFAULT , "my_grp_file_read_callback" ); eio_grp_add ( $grp , $req ); } /* eio_read() が終わったら呼ばれ ... 追加します $req = eio_close ( $my_file_fd ); eio_grp_add ( $grp , $req ); } $grp = eio_grp ( "my_grp_done" ... , "my_grp_file_opened_callback" , NULL ); eio_grp_add ( $grp , $req ); var_dump ( $grp ); eio_event_loop ... $event , $base ); // イベントを有効化します event_add ( $event ); // イベントループを開始します event_ba ...
https://man.plustar.jp/php/eio.examples.html - [similar]
Gets the last committed configuration of the ZooKeeper cluster as it is known to... 3903
« ZookeeperConfig::add ZookeeperConfig::remove » PHP Manual ZookeeperConfig Gets the last commit ... er (); $zk -> connect ( 'localhost:2181' ); $zk -> addAuth ( 'digest' , 'timandes:timandes' ); $zkConfig ... rship and roles of ensemble peers ZookeeperConfig::add() - Add servers to the ensemble ZookeeperConfig::r ...
https://man.plustar.jp/php/zookeeperconfig.get.html - [similar]
The Set class 3873
« Ds\Pair::toArray Ds\Set::add » PHP Manual Data Structures The Set class The Set class (No vers ... s allocated memory when its size drops low enough. add() , remove() and contains() are all O(1). Weakness ... onst int MIN_CAPACITY = 16 ; /* メソッド */ public add ( mixed ...$values ): void public allocate ( int $ ... he class now implements ArrayAccess . 目次 Ds\Set::addAdds values to the set Ds\Set::allocate — Alloca ... e in the set Ds\Set::merge — Returns the result of adding all given values to the set Ds\Set::reduce — Re ...
https://man.plustar.jp/php/class.ds-set.html - [similar]
inotify インスタンスを初期化する 3873
« inotify_add_watch inotify_queue_len » PHP Manual Inotify 関数 inotify インスタンスを初期化する ... を初期化する 説明 inotify_init (): resource inotify_add_watch() で使用するための inotify インスタンスを初期 ... など) の変更を監視します $watch_descriptor = inotify_add_watch ( $fd , __FILE__ , IN_ATTRIB ); // イベントを ... ored changes // in a directory) ), ); 参考 inotify_add_watch() - 初期化済みの inotify インスタンスに監視対 ...
https://man.plustar.jp/php/function.inotify-init.html - [similar]