検索

phrase: max: clip:
target: order:
Results of 541 - 550 of about 710 for user (0.570 sec.)
文の実行で作用された行数を取得する 3145
« oci_num_fields oci_parse » PHP Manual OCI8 関数 文の実行で作用された行数を取得する oci_num_row ... rigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $stid = oci_parse ( $conn , "create tab ...
https://man.plustar.jp/php/function.oci-num-rows.html - [similar]
Sets the database operation 3145
« oci_set_client_info oci_set_edition » PHP Manual OCI8 関数 Sets the database operation oci_set ... は oci_new_connect() が返す Oracle 接続 ID。 action User chosen string. 戻り値 成功した場合に true を、失敗 ...
https://man.plustar.jp/php/function.oci-set-db-operation.html - [similar]
テーブルの主キーを取得する 3145
« odbc_prepare odbc_procedurecolumns » PHP Manual ODBC 関数 テーブルの主キーを取得する odbc_prim ... 一覧を表示する <?php $conn = odbc_connect ( $dsn , $user , $pass ); $primarykeys = odbc_primarykeys ( $conn ...
https://man.plustar.jp/php/function.odbc-primarykeys.html - [similar]
文字列属性を設定する 3145
« radius_put_int radius_put_vendor_addr » PHP Manual Radius 関数 文字列属性を設定する radius_put ... の例 <?php if (! radius_put_string ( $res , RADIUS_USER_NAME , 'billy' )) { echo 'RadiusError:' . radius_s ...
https://man.plustar.jp/php/function.radius-put-string.html - [similar]
Returns list of directory contents in repository URL, optionally at revision num... 3145
« svn_log svn_mkdir » PHP Manual SVN 関数 Returns list of directory contents in repository URL, ... esystem, use the file URI scheme, eg. file:///home/user/svn-repos revision Integer revision number to retr ...
https://man.plustar.jp/php/function.svn-ls.html - [similar]
インストールと設定 3145
« 次にするべきことは? インストールにあたっての一般的な注意事項 » PHP Manual インストールと設定 イ ... む FAQ に無い問題 バグ報告 実行時設定 設定ファイル .user.ini ファイル どこで設定を行うのか 設定を変更するに ...
https://man.plustar.jp/php/install.html - [similar]
CGI およびコマンドライン 3145
« LiteSpeed/OpenLiteSpeed Webサーバ(Unixシステム用) OpenBSD へのインストール » PHP Manual Unix シ ... REMOTE_ADDR , REMOTE_HOST , REMOTE_IDENT , REMOTE_USER , REQUEST_METHOD , SCRIPT_NAME , SERVER_NAME , SER ...
https://man.plustar.jp/php/install.unix.commandline.html - [similar]
はじめに 3145
« PCNTL インストール/設定 » PHP Manual PCNTL はじめに はじめに PHP がサポートするプロセス制御関数 ... 、これは以前の仕組みよりずっと高速です。この変更は "user ticks" を使用するのと同じことです。 declare() を使 ...
https://man.plustar.jp/php/intro.pcntl.html - [similar]
3145
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 < ... 要です。 例2 唯一の値を指定する、高度な例 <?php enum UserStatus : string { case Pending = 'P' ; case Active ... = 'A' ; case Suspended = 'S' ; case CanceledByUser = 'C' ; public function label (): string { return ... ic:: Suspended => 'Suspended' , static:: CanceledByUser => 'Canceled by user' , }; } } ?> この例では、ユー ... ザーのステータスは UserStatus::Pending 、 UserStatus::Active 、 UserStatus ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
キーとサーバーを関連付ける 3145
« Memcached::getResultMessage Memcached::getServerList » PHP Manual Memcached キーとサーバーを関 ... TIBLE , true ); var_dump ( $m -> getServerByKey ( 'user' )); var_dump ( $m -> getServerByKey ( 'log' )); v ...
https://man.plustar.jp/php/memcached.getserverbykey.html - [similar]