検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 710 for user (0.030 sec.)
The Swoole\Server class 3481
« Swoole\Serialize::unpack Swoole\Server::addlistener » PHP Manual Swoole The Swoole\Server clas ... r to the server. Swoole\Server::addProcess — Add a user defined swoole_process to the server. Swoole\Serve ... me. Swoole\Server::bind — Bind the connection to a user defined user ID. Swoole\Server::clearTimer — Stop ...
https://man.plustar.jp/php/class.swoole-server.html - [similar]
接続処理 3481
« リモートファイルの使用 持続的データベース接続 » PHP Manual 機能 接続処理 接続処理 PHP 内部で、 ... れます。 この動作は、 php.ini ディレクティブ ignore_user_abort にて 設定できます。 同様に同じ意味を有する A ... pache httpd.conf ディレクティブ php_value ignore_user_abort または ignore_user_abort() 関数にて設定するこ ...
https://man.plustar.jp/php/features.connection-handling.html - [similar]
親ディレクトリに移動する 3481
« ftp_append ftp_chdir » PHP Manual FTP 関数 親ディレクトリに移動する ftp_cdup (PHP 4, PHP 5, PH ... ログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // html ディレクトリに移動 ...
https://man.plustar.jp/php/function.ftp-cdup.html - [similar]
FTP 経由でファイルのパーミッションを設定する 3481
« ftp_chdir ftp_close » PHP Manual FTP 関数 FTP 経由でファイルのパーミッションを設定する ftp_chm ... ログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // $file のパーミッション ...
https://man.plustar.jp/php/function.ftp-chmod.html - [similar]
ディレクトリを削除する 3481
« ftp_rename ftp_set_option » PHP Manual FTP 関数 ディレクトリを削除する ftp_rmdir (PHP 4, PHP 5 ... ログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // $dir ディレクトリの削除 ...
https://man.plustar.jp/php/function.ftp-rmdir.html - [similar]
クオータレベルの設定、メールボックス毎の使用状況を取得する 3481
« imap_gc imap_get_quotaroot » PHP Manual IMAP 関数 クオータレベルの設定、メールボックス毎の使用 ... ラスのインスタンス。 quota_root quota_root は、通常 user.name という形式にする必要があります。 name は、情報 ... rror ()); $quota_value = imap_get_quota ( $mbox , "user.kalowsky" ); if ( is_array ( $quota_value )) { ech ... ror ()); $quota_values = imap_get_quota ( $mbox , "user.kalowsky" ); if ( is_array ( $quota_values )) { $s ...
https://man.plustar.jp/php/function.imap-get-quota.html - [similar]
指定したメールボックスの ACL を設定する 3481
« imap_set_quota imap_setflag_full » PHP Manual IMAP 関数 指定したメールボックスの ACL を設定する ... IMAP\Connection $imap , string $mailbox , string $user_id , string $rights ): bool 指定したメールボックス ... _insecure_rsh を無効にしておかなければ 危険 です。 user_id 権限を付与するユーザー。 rights そのユーザーに付 ...
https://man.plustar.jp/php/function.imap-setacl.html - [similar]
未解決のトランザクションをコミットする 3481
« oci_close oci_connect » PHP Manual OCI8 関数 未解決のトランザクションをコミットする oci_commit ... rigger_error ( htmlentities ( $e [ 'message' ]), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'INSERT INT ... rigger_error ( htmlentities ( $e [ 'message' ]), E_USER_ERROR ); } // 両方のテーブルへの変更をコミットしま ... rigger_error ( htmlentities ( $e [ 'message' ]), E_USER_ERROR ); } ?> 注意 注意 : トランザクションは接続を ...
https://man.plustar.jp/php/function.oci-commit.html - [similar]
Oracle Database の暗黙の結果セットを持つ親ステートメント・リソースから次の子ステ... 3481
« oci_free_statement oci_lob_copy » PHP Manual OCI8 関数 Oracle Database の暗黙の結果セットを持つ ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $sql = 'DECLARE c1 SYS_REFCURSOR; BEGIN ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $sql = 'DECLARE c1 SYS_REFCURSOR; BEGIN ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $sql = 'DECLARE c1 SYS_REFCURSOR; BEGIN ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $sql = 'DECLARE c1 SYS_REFCURSOR; BEGIN ...
https://man.plustar.jp/php/function.oci-get-implicit-resultset.html - [similar]
持続的な PostgreSQL 接続をオープンする 3481
« pg_parameter_status pg_ping » PHP Manual PostgreSQL 関数 持続的な PostgreSQL 接続をオープンする ... 以下のとおりです。 host , hostaddr , port , dbname , user , password , connect_timeout , options , tty (無視 ... = pg_pconnect ( "host=sheep port=5432 dbname=mary user=lamb password=foo" ); // ユーザー名とパスワードを指 ... 続 $conn_string = "host=sheep port=5432 dbname=test user=lamb password=bar" ; $dbconn4 = pg_pconnect ( $con ...
https://man.plustar.jp/php/function.pg-pconnect.html - [similar]