Results of 1 - 10 of about 101 for custom (0.011 sec.)
- eio_* のようなカスタムリクエストを実行する 13996
- « eio_close eio_dup2 » PHP Manual Eio 関数 eio_* のようなカスタムリクエストを実行する eio_custom
...
(PECL eio >= 0.0.1dev) eio_custom — eio_* のようなカスタムリクエストを実行する 説明 ...
eio_custom ( callable $execute , int $pri , callable $callbac ...
k , mixed $data = NULL ): resource eio_custom() は、 execute で指定したカスタム関数を実行し、 そ ...
えます。 data callback に渡す任意の引数。 戻り値 eio_custom() は、成功した場合にリクエストリソースを返します。 ...
-
https://man.plustar.jp/php/function.eio-custom.html
- [similar]
- GeoIP データベースのカスタムディレクトリを設定する 11389
- « geoip_region_name_by_code geoip_time_zone_by_country_and_region » PHP Manual GeoIP 関数 GeoIP
...
タベースのカスタムディレクトリを設定する geoip_setup_custom_directory (PECL geoip >= 1.1.0) geoip_setup_custom ...
スのカスタムディレクトリを設定する 説明 geoip_setup_custom_directory ( string $path ): void geoip_setup_custo ...
のデフォルトディレクトリを変更します。 これは geoip.custom_directory を変更することと同等です。 パラメータ pa ...
ルパス。 戻り値 値を返しません。 例 例1 geoip_setup_custom_directory() の例 この例は、GeoIP のデータベースパス ...
-
https://man.plustar.jp/php/function.geoip-setup-custom-directory.html
- [similar]
- Send a custom control to the service 10909
- « win32_query_service_status win32_set_service_exit_code » PHP Manual win32service 関数 Send a custom
...
ustom control to the service win32_send_custom_control (PECL win32service >=0.4.0) win32_send_cus ...
tom_control — Send a custom control to the service 説明 win32_send_custom_cont ...
icename The short name of the service. control The custom contole value between 128 and 255. machine Optiona ...
32 Error Codes 関連キーワード: service , control , custom , Send , the , サービス , thrown , ValueError , se ...
-
https://man.plustar.jp/php/function.win32-send-custom-control.html
- [similar]
- Custom serialization of SolrDocument objects 10844
- « SolrDocument::toArray SolrDocument::__unset » PHP Manual SolrDocument Custom serialization of
...
e (PECL solr >= 0.9.2) SolrDocument::unserialize — Custom serialization of SolrDocument objects 説明 public ...
Document::unserialize ( string $serialized ): void Custom serialization of SolrDocument objects パラメータ s ...
ument. 戻り値 None. 関連キーワード: SolrDocument , Custom , serialization , objects , of , unserialize , ser ...
-
https://man.plustar.jp/php/solrdocument.unserialize.html
- [similar]
- 例 8976
- « 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ
...
の作成 <?php /* カスタムコールバック */ function my_custom_callback ( $data , $result ) { var_dump ( $data ); ...
result' ]); } /* カスタムリクエスト */ function my_custom ( $data ) { var_dump ( $data ); $result = array( ' ...
result' => 1001 , 'data_modified' => "my custom data" , ); return $result ; } $data = "my_custom_d ...
ata" ; $req = eio_custom ( "my_custom" , EIO_PRI_DEFAULT , "my_custom_callb ...
-
https://man.plustar.jp/php/eio.examples.html
- [similar]
- Event callbacks 8833
- « About event persistence Constructing signal events » PHP Manual Event Event callbacks Event ca
...
r. what Bit mask of all events triggered. arg User custom data. Event::timer() expects the callback to match ...
ype: callback ( mixed $arg = null ): void arg User custom data. Event::signal() expects the callback to matc ...
r of the triggered signal(e.g. SIGTERM ). arg User custom data. 関連キーワード: Event , callbacks , event , ...
callback , data , custom , User , allback , expects , what ...
-
https://man.plustar.jp/php/event.callbacks.html
- [similar]
- 実行時設定 8029
- « インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定
...
定オプション 名前 デフォルト 変更可能 変更履歴 geoip.custom_directory "" PHP_INI_ALL 以下に設定ディレクティブに ...
関する 簡単な説明を示します。 geoip.custom_directory string デフォルトは空ですが、 ライブラリ ...
変更可能です。 関連キーワード: 設定 , 実行 , 変更 , custom , インストール , パス , directory , geoip , コンパ ...
-
https://man.plustar.jp/php/geoip.configuration.html
- [similar]
- Execution 7899
- « parallel\Runtime::__construct parallel\Runtime::close » PHP Manual parallel\Runtime Execution
...
nal Objects Notes Internal objects generally use a custom structure which cannot be copied by value safely, ...
rialization) and so only objects that do not use a custom structure may be shared. Some internal objects do ...
not use a custom structure, for example parallel\Events\Event and s ...
ser class that extends an internal class may use a custom structure as defined by the internal class, in whi ...
-
https://man.plustar.jp/php/parallel-runtime.run.html
- [similar]
- Execution 7770
- « parallel\bootstrap parallel\Runtime » PHP Manual Functional API Execution parallel\run (1.0.0)
...
nal Objects Notes Internal objects generally use a custom structure which cannot be copied by value safely, ...
rialization) and so only objects that do not use a custom structure may be shared. Some internal objects do ...
not use a custom structure, for example parallel\Events\Event and s ...
ser class that extends an internal class may use a custom structure as defined by the internal class, in whi ...
-
https://man.plustar.jp/php/parallel.run.html
- [similar]
- Retrieve exception's type 7692
- « Yar_Server_Exception Yar_Client_Exception » PHP Manual Yar_Server_Exception Retrieve exception
...
eption::getType() example //Server.php <?php class Custom_Exception extends Exception {}; class API { public ...
function throw_exception ( $name ) { throw new Custom_Exception ( $name ); } } $service = new Yar_Server ...
出力は、 たとえば以下のようになります。 string(16) "Custom_Exception" string(6) "client" 参考 関連キーワード: ...
-
https://man.plustar.jp/php/yar-server-exception.gettype.html
- [similar]