From professional translators, enterprises, web pages and freely available translation repositories.
plan workpackage handler
plan workpackage handler
Last Update: 2014-08-15
Usage Frequency: 1
Quality:
dba_open() は、 handler を用いて mode を指定し、 path へのデータベースインスタンスを確立します。
when you are absolutly sure that you do not require database locking you can do so by using "-" instead of "l "or "d".
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
the zend function to register your resource handler is defined as:
the zend function to register your resource handler is defined as:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
handler という名前の関数は、次の 2つの パラメータをとる必要があります。 handler (int parser, string data)
the function named by handler must accept two parameters: handler (resource parser, string data)
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
handler という名前の関数は、次の 2 つのパ ラメータをとります。 handler (int parser, string data)
the first parameter, parser, is a reference to the xml parser calling the handler.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the resource destruction handler (either normal or persistent resources) has the following prototype:
zend_register_list_destructors_ex() accepts the following parameters:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
stream_register_wrapper() will return false if the protocol already has a handler.
if this flag is not set, you should not raise any errors.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
xml パーサ parser の処理されないエンティティ 宣言用ハンドラ関数を設定します。 handler は、 parser に関して xml_parse() がコールされた際に必要な関数の名前を有する文字列です。
sets the unparsed entity declaration handler function for the xml parser parser. handler is a string containing the name of a function that must exist when xml_parse() is called for parser.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
handler という名前の関数は、次の3 つの パラメータを引数とします。 handler (int parser, string target, string data)
the first parameter, parser, is a reference to the xml parser calling the handler.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
xmlパーサ parser の文字データ用ハンドラ関数 を設定します。 handler は、 parser に関して xml_parse() がコールされた際に必要な関数の名前 を有する文字列です。
sets the character data handler function for the xml parser parser. handler is a string containing the name of a function that must exist when xml_parse() is called for parser.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
php_register_url_stream_wrapper() registers wrapper as the handler for the protocol specified by protocol.
note:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
handler という名前の関数は、5つのパラメータを とります。 handler (int parser, string notationname, string base, string systemid, string publicid)
the first parameter, parser, is a reference to the xml parser calling the handler.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
xml パーサ parser の処理命令 (pi)用ハンドラ 関数を設定します。 handler は、 parser に関して xml_parse() がコールされた際に必要な関数の名前 を有する文字列です。
sets the processing instruction (pi) handler function for the xml parser parser. handler is a string containing the name of a function that must exist when xml_parse() is called for parser.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
handler という名前の関数は 5つのパラメータをとり、 整数値を返す必要があります。ハンドラから返された値が false の場合 (これは値が返されない場合に相当します)、xml パーサは処理を中断し、 xml_get_error_code() は xml_error_external_entity_handling を返します。 int handler (int parser, string openentitynames, string base, string systemid, string publicid)
if the value returned from the handler is false (which it will be if no value is returned), the xml parser will stop parsing and xml_get_error_code() will return xml_error_external_entity_handling. handler (resource parser, string open_entity_names, string base, string system_id, string public_id)
Last Update: 2011-10-24
Usage Frequency: 1
Quality: