検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 681 for default (0.021 sec.)
4564
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ ... の呼び出しは取り消されます $req = eio_nop ( EIO_PRI_DEFAULT , "my_nop_cb" , "1" ); var_dump ( $req ); eio_canc ... // この eio_nop() は処理されます eio_nop ( EIO_PRI_DEFAULT , "my_nop_cb" , "2" ); // リクエストを処理します e ... e ); } eio_chmod ( $temp_filename , 0200 , EIO_PRI_DEFAULT , "my_chmod_callback" ); eio_event_loop (); ?> 上の ... _data" ; $req = eio_custom ( "my_custom" , EIO_PRI_DEFAULT , "my_custom_callback" , $data ); var_dump ( $req ...
https://man.plustar.jp/php/eio.examples.html - [similar]
ファイルのハードリンクを作る 4564
« eio_init eio_lstat » PHP Manual Eio 関数 ファイルのハードリンクを作る eio_link (PECL eio >= 0. ... ring $path , string $new_path , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ) ... リンク先のパス。 pri リクエストの優先順位。 EIO_PRI_DEFAULT 、 EIO_PRI_MIN 、 EIO_PRI_MAX あるいは null を指定 ... します。 null を渡した場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終 ... $data ); eio_symlink ( $filename , $link , EIO_PRI_DEFAULT , "my_symlink_cb" , $link ); } function my_symlink ...
https://man.plustar.jp/php/function.eio-link.html - [similar]
このホストのデフォルトタイムゾーンの新しいコピーを作る 4564
« IntlTimeZone::countEquivalentIDs IntlTimeZone::createEnumeration » PHP Manual IntlTimeZone この ... タイムゾーンの新しいコピーを作る IntlTimeZone::createDefault intltz_create_default (PHP 5 >= 5.5.0, PHP 7, PHP ... 8, PECL >= 3.0.0a1) IntlTimeZone::createDefault -- intltz_create_default — このホストのデフォルトタ ... ト指向型 (method): public static IntlTimeZone::createDefault (): IntlTimeZone 手続き型: intltz_create_default ( ... , ホスト , コピー , デフォルト , intltz , create , default , createDefault , 関数 , パラメータ ...
https://man.plustar.jp/php/intltimezone.createdefault.html - [similar]
Yaf_Route_Simple のコンストラクタ 4528
« Yaf_Route_Simple::assemble Yaf_Route_Simple::route » PHP Manual Yaf_Route_Simple Yaf_Route_Sim ... ourdomain.com/path/?controller=a&act=b => module = default(index), controller = a, action = b Request: http:/ ... /yourdomain.com/path => module = default(index), controller = default(index), action = defa ... Yaf , Route , route , 情報 , controller , module , default , キー , construct , purpose ...
https://man.plustar.jp/php/yaf-route-simple.construct.html - [similar]
Retrieve a item 4457
« Yaconf Yaconf::has » PHP Manual Yaconf Retrieve a item Yaconf::get (PECL yaconf >= 1.0.0) Yaco ... public static Yaconf::get ( string $name , mixed $default_value = NULL ): mixed パラメータ name Configuratio ... ike "filename.key", or "filename.sectionName,key". default_value if the key doesn't exists, Yaconf::get will ... result(string or array) if the key exists, return default_value if not. 例 例1 INI() example ;filenmame foo. ... val , Retrieve , item , SectionA , string , var , default , arr ...
https://man.plustar.jp/php/yaconf.get.html - [similar]
Specifies the number of results to return for each group. The server default val... 4429
« SolrQuery::setGroupFormat SolrQuery::setGroupMain » PHP Manual SolrQuery Specifies the number ... of results to return for each group. The server default value is 1 SolrQuery::setGroupLimit (PECL solr >= ... er of results to return for each group. The server default value is 1 説明 public SolrQuery::setGroupLimit ( ... er of results to return for each group. The server default value is 1. パラメータ value 戻り値 参考 SolrQuery ...
https://man.plustar.jp/php/solrquery.setgrouplimit.html - [similar]
MySQL サーバーへの接続をオープンする 4393
« mysql_close mysql_create_db » PHP Manual MySQL 関数 MySQL サーバーへの接続をオープンする mysql ... 説明 mysql_connect ( string $server = ini_get("mysql.default_host") , string $username = ini_get("mysql.default ... _user") , string $password = ini_get("mysql.default_password") , bool $new_link = false , int $client_ ... を指定することも可能です。 PHP ディレクティブ mysql.default_host が指定されない場合(デフォルト)、 'localhost ... られます。 username ユーザー名。デフォルト値は mysql.default_user で定義されている値です。 SQL セーフモード の場 ...
https://man.plustar.jp/php/function.mysql-connect.html - [similar]
ストリーム / ラッパー / コンテキストに設定されているオプションを取得する 4322
« stream_context_get_default stream_context_get_params » PHP Manual ストリーム 関数 ストリーム / ... = array( "method" => "POST" ); stream_context_set_default (array( "http" => $params )); var_dump ( stream_co ... ntext_get_options ( stream_context_get_default ())); ?> 上の例の出力は、 たとえば以下のようになり ... 定 , 取得 , stream , context , オプション , array , default , params ...
https://man.plustar.jp/php/function.stream-context-get-options.html - [similar]
呼び出しパラメータを取得する 4322
« Yaf_Request_Abstract::getModuleName Yaf_Request_Abstract::getParams » PHP Manual Yaf_Request_A ... equest_Abstract::getParam ( string $name , string $default = ? ): mixed パラメータ name default 戻り値 参考 Y ... び出し , Yaf , 取得 , Request , getParam , string , default , getModuleName , getParams ...
https://man.plustar.jp/php/yaf-request-abstract.getparam.html - [similar]
シンボリックリンクを作る 4287
« eio_statvfs eio_sync_file_range » PHP Manual Eio 関数 シンボリックリンクを作る eio_symlink (PE ... ring $path , string $new_path , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ) ... リンク先のパス。 pri リクエストの優先順位。 EIO_PRI_DEFAULT 、 EIO_PRI_MIN 、 EIO_PRI_MAX あるいは null を指定 ... します。 null を渡した場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終 ... k ( $data )); if (! eio_readlink ( $data , EIO_PRI_DEFAULT , "my_readlink_cb" , NULL )) { @ unlink ( $link ); ...
https://man.plustar.jp/php/function.eio-symlink.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT