検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 681 for default (0.027 sec.)
Cookie 変数を取得する 4081
« Yaf_Request_Http::get Yaf_Request_Http::getFiles » PHP Manual Yaf_Request_Http Cookie 変数を取 ... f_Request_Http::getCookie ( string $name , string $default = ? ): mixed Cookie 変数を取得します。 パラメータ ... name クッキー名。 default このパラメータを指定すると、クッキーが見つからない ... , Request , 変数 , Http , getCookie , パラメータ , default , クッキー , string ...
https://man.plustar.jp/php/yaf-request-http.getcookie.html - [similar]
POST 変数を取得する 4081
« Yaf_Request_Http::getFiles Yaf_Request_Http::getQuery » PHP Manual Yaf_Request_Http POST 変数を ... Yaf_Request_Http::getPost ( string $name , string $default = ? ): mixed POST 変数を取得します。 パラメータ na ... me 変数名。 default このパラメータを指定すると、変数が見つからない場合 ... Http , getPost , パラメータ , getQuery , string , default ...
https://man.plustar.jp/php/yaf-request-http.getpost.html - [similar]
ファイル名や場所を変更する 4045
« eio_realpath eio_rmdir » PHP Manual Eio 関数 ファイル名や場所を変更する eio_rename (PECL eio > ... 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 関数が、リクエスト終 ... } eio_rename ( $filename , $new_filename , EIO_PRI_DEFAULT , "my_rename_cb" , $filename ); eio_event_loop (); ...
https://man.plustar.jp/php/function.eio-rename.html - [similar]
Prepares and executes a query 4045
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... ARAM_IN, SQLSRV_PARAM_OUT, SQLSRV_PARAM_INOUT. The default value is SQLSRV_PARAM_IN. $phpType (optional) A SQ ... teger value. Sets the query timeout in seconds. By default, the driver will wait indefinitely for results. Se ... ndStreamParamsAtExec true or false (the default is true ) Configures the driver to send all stream ... ), or to send stream data in chunks ( false ). By default, the value is set to true . For more information, ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
実行時設定 4045
« Building the MongoDB PHP Driver from source 定義済み定数 » PHP Manual インストール/設定 実行時 ... r "true" to log to a new temporary file within the default system temp directory (i.e. sys_get_temp_dir() ). ... at directory. If the directory cannot be used, the default system temp directory will be used instead. 注意 : ... g , Specify , directory , string , temp , system , default , logging ...
https://man.plustar.jp/php/mongodb.configuration.html - [similar]
クエリパラメータを取得する 4045
« Yaf_Request_Http::getPost Yaf_Request_Http::getRaw » PHP Manual Yaf_Request_Http クエリパラメー ... af_Request_Http::getQuery ( string $name , string $default = ? ): mixed GET 変数を取得します。 パラメータ nam ... e 変数名。 default このパラメータを指定すると、変数が見つからない場合 ... クエリパラメータ , 変数 , パラメータ , getQuery , default , string ...
https://man.plustar.jp/php/yaf-request-http.getquery.html - [similar]
Yaf_Route_Rewrite のコンストラクタ 4045
« Yaf_Route_Rewrite::assemble Yaf_Route_Rewrite::route » PHP Manual Yaf_Route_Rewrite Yaf_Route_ ... "controller" => "product", "module" => "index", //(default) "action" => "index", //(default) ) /** * リクエス ... user", "action" => "list", "module" => "index", //(default) ) /** * リクエストパラメータは、このようになります ... user", "action" => "list", "module" => "index", //(default) ) /** * リクエストパラメータは、このようになります ... Yaf , Route , array , list , リクエスト , マッチ , default , user , パラメータ , controller ...
https://man.plustar.jp/php/yaf-route-rewrite.construct.html - [similar]
中心となる configure オプションのリスト 4010
« Configure オプション php.ini ディレクティブ » PHP Manual Configure オプション 中心となる confi ... enable-shared[=PKGS] 共有ライブラリをビルドします [default=yes]。 --enable-static[=PKGS] 静的ライブラリをビル ... ドします [default=yes]。 --enable-fast-install[=PKGS] インストール速 ... 度を上げるように最適化します [default=yes]。 --with-gnu-ld C コンパイラが GNU ld を使用す ... るとみなします [default=no]。 --disable-libtool-lock ロックを回避します(並 ...
https://man.plustar.jp/php/configure.about.html - [similar]
Open a connection to a CUBRID Server 4010
« cubrid_connect_with_url cubrid_current_oid » PHP Manual CUBRID 関数 Open a connection to a CUB ... iven, then the "PUBLIC" connection will be made by default. パラメータ host Host name or IP address of CUBRID ... erid User name for the database. If not given, the default value is "public". passwd User password. If not gi ... ven, the default value is "". new_link If a second call is made to ... Open , Server , server , new , string , database , default ...
https://man.plustar.jp/php/function.cubrid-connect.html - [similar]
ディレクトリを作る 4010
« eio_lstat eio_mknod » PHP Manual Eio 関数 ディレクトリを作る eio_mkdir (PECL eio >= 0.0.1dev) ... ir ( string $path , int $mode , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ) ... モード。例: 0755 pri リクエストの優先順位。 EIO_PRI_DEFAULT 、 EIO_PRI_MIN 、 EIO_PRI_MAX あるいは null を指定 ... します。 null を渡した場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終 ... 作ります eio_mkdir ( $temp_dirname , 0300 , EIO_PRI_DEFAULT , "my_mkdir_callback" , $temp_dirname ); eio_event ...
https://man.plustar.jp/php/function.eio-mkdir.html - [similar]