検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 710 for user (0.034 sec.)
bucket を brigade の先頭に追加する 3544
« stream_bucket_new stream_context_create » PHP Manual ストリーム 関数 bucket を brigade の先頭に ... igade の先頭に bucket を追加できます。一般に、 php_user_filter::filter() から呼ばれます。 パラメータ briga ... _bucket_prepend() の例 <?php class foo extends php_user_filter { protected $calls = 0 ; public function fi ...
https://man.plustar.jp/php/function.stream-bucket-prepend.html - [similar]
定義済みの定数 3544
« 定義済のクラス その他の予約語の一覧 » PHP Manual 予約語の一覧 定義済みの定数 定義済みの定数 コ ... 数 E_COMPILE_WARNING ( int ) エラーを報告する定数 E_USER_ERROR ( int ) エラーを報告する定数 E_USER_WARNING ... ( int ) エラーを報告する定数 E_USER_NOTICE ( int ) E_RECOVERABLE_ERROR ( int ) エラーを ... する定数 E_DEPRECATED ( int ) エラーを報告する定数 E_USER_DEPRECATED ( int ) エラーを報告する定数 E_ALL ( in ...
https://man.plustar.jp/php/reserved.constants.html - [similar]
関数処理 3509
« filter_var はじめに » PHP Manual 変数・データ型関連 関数処理 関数処理 はじめに インストール/設 ... 行時設定 リソース型 定義済み定数 関数処理 関数 call_user_func_array — パラメータの配列を指定してコールバック ... 関数をコールする call_user_func — 最初の引数で指定したコールバック関数をコール ...
https://man.plustar.jp/php/book.funchand.html - [similar]
Trains on an entire dataset, which is read from file, for a period of time 3509
« fann_train_on_data fann_train » PHP Manual Fann 関数 Trains on an entire dataset, which is rea ... een_reports The number of epochs between calling a user function. A value of zero means that user function ...
https://man.plustar.jp/php/function.fann-train-on-file.html - [similar]
FTP 接続を閉じる 3509
« ftp_chmod ftp_connect » PHP Manual FTP 関数 FTP 接続を閉じる ftp_close (PHP 4 >= 4.2.0, PHP 5, ... ログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // 現在のディレクトリを表 ...
https://man.plustar.jp/php/function.ftp-close.html - [similar]
FTP サーバー上のファイルを削除する 3509
« ftp_connect ftp_exec » PHP Manual FTP 関数 FTP サーバー上のファイルを削除する ftp_delete (PHP ... ログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // $file の削除を試みる i ...
https://man.plustar.jp/php/function.ftp-delete.html - [similar]
カレントのディレクトリ名を返す 3509
« ftp_put ftp_quit » PHP Manual FTP 関数 カレントのディレクトリ名を返す ftp_pwd (PHP 4, PHP 5, P ... ログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // public_html ディレクト ...
https://man.plustar.jp/php/function.ftp-pwd.html - [similar]
トランザクションを開始する 3509
« mysqli::autocommit mysqli::change_user » PHP Manual mysqli トランザクションを開始する mysqli:: ... STRICT ); $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* The table engine ... CT ); $mysqli = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* The table engine ...
https://man.plustar.jp/php/mysqli.begin-transaction.html - [similar]
サーバー情報および実行時の環境情報 3509
« $GLOBALS $_GET » PHP Manual 定義済の変数 サーバー情報および実行時の環境情報 $_SERVER (PHP 4 >= ... 要するに、信頼するべきものではありません。 ' HTTP_USER_AGENT ' 現在のリクエストに User-Agent: ヘッダが も ... サーバーへの通信に使用されているポート番号 ' REMOTE_USER ' 認証されたユーザー。 ' REDIRECT_REMOTE_USER ' リ ... 適切な認証処理を行うために利用します)。 ' PHP_AUTH_USER ' HTTP 認証しているときにそのユーザー名がセットされ ...
https://man.plustar.jp/php/reserved.variables.server.html - [similar]
mysqli クラス 3481
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... ostname = ini_get("mysqli.default_host") , string $username = ini_get("mysqli.default_user") , string $pas ... = 0 , ? string $name = null ): bool public change_user ( string $username , string $password , ? string $ ... ostname = ini_get("mysqli.default_host") , string $username = ini_get("mysqli.default_user") , string $pas ... l public real_connect ( string $host = ? , string $username = ? , string $passwd = ? , string $dbname = ? ...
https://man.plustar.jp/php/class.mysqli.html - [similar]