検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 710 for user (0.021 sec.)
フィルタを作成するときにコールされる 4641
« php_user_filter::onClose streamWrapper » PHP Manual php_user_filter フィルタを作成するときにコ ... ールされる php_user_filter::onCreate (PHP 5, PHP 7, PHP 8) php_user_fi ... フィルタを作成するときにコールされる 説明 public php_user_filter::onCreate (): bool このメソッドがコールされ ... 関連キーワード: フィルタ , コール , 作成 , filter , user , パラメータ , onCreate , インスタンス , stream , ...
https://man.plustar.jp/php/php-user-filter.oncreate.html - [similar]
Call a callback with an array of parameters 4641
« Swoole\Coroutine Swoole\Coroutine::call_user_func » PHP Manual Swoole\Coroutine Call a callbac ... with an array of parameters Swoole\Coroutine::call_user_func_array (PECL swoole >= 2.0.0) Swoole\Coroutine ... ::call_user_func_array — Call a callback with an array of para ... meters 説明 public static Swoole\Coroutine::call_user_func_array ( callable $callback , array $param_arr ...
https://man.plustar.jp/php/swoole-coroutine.call-user-func-array.html - [similar]
ファイルの所有者を変更する 4606
« chmod clearstatcache » PHP Manual ファイルシステム 関数 ファイルの所有者を変更する chown (PHP ... 更する 説明 chown ( string $filename , string | int $user ): bool ファイル filename の所有者を(名前または番号 ... で指定した) ユーザー user に変更しようと試みます。 スーパーユーザーのみがファ ... 更できます。 パラメータ filename ファイルへのパス。 user ユーザー名あるいはユーザー番号。 戻り値 成功した場 ... ites/php.net/public_html/sandbox/" . $file_name ; $user_name = "root" ; // ユーザーを設定します chown ( $p ...
https://man.plustar.jp/php/function.chown.html - [similar]
xhprof プロファイラを開始する 4606
« xhprof_disable xhprof_sample_disable » PHP Manual Xhprof 関数 xhprof プロファイラを開始する xh ... EMORY ); // 2. elapsed time profiling; ignore call_user_func* during profiling xhprof_enable ( 0 , array( ... 'ignored_functions' => array( 'call_user_func' , 'call_user_func_array' ))); // 3. elapsed ... time + memory profiling; ignore call_user_func* during profiling xhprof_enable ( XHPROF_FLAG ... EMORY , array( 'ignored_functions' => array( 'call_user_func' , 'call_user_func_array' ))); ?> 参考 xhprof ...
https://man.plustar.jp/php/function.xhprof-enable.html - [similar]
クライアントの接続が切断された際にスクリプトの実行を終了するかどうかを設定する 4578
« hrtime pack » PHP Manual その他の関数 クライアントの接続が切断された際にスクリプトの実行を終了 ... するかどうかを設定する ignore_user_abort (PHP 4, PHP 5, PHP 7, PHP 8) ignore_user_abo ... リプトの実行を終了するかどうかを設定する 説明 ignore_user_abort ( ? bool $enable = null ): int クライアントの ... れるか、 null でない場合、この関数は ini 項目 ignore_user_abort に enable の値を設定します。 省略した場合、こ ... 0 enable は、nullable になりました。 例 例1 ignore_user_abort() の例 <?php // ユーザーによる中断を無視し、 ...
https://man.plustar.jp/php/function.ignore-user-abort.html - [similar]
新規に MySQL サーバーへの接続をオープンする 4578
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... ostname = ini_get("mysqli.default_host") , string $username = ini_get("mysqli.default_user") , string $pas ... ostname = ini_get("mysqli.default_host") , string $username = ini_get("mysqli.default_user") , string $pas ... ostname = ini_get("mysqli.default_host") , string $username = ini_get("mysqli.default_user") , string $pas ... きます。 接続プールから開いた接続上で mysqli_change_user() が自動的にコールされます。 username MySQL のユー ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
メールボックスへの IMAP ストリームをオープンする 4550
« imap_num_recent imap_ping » PHP Manual IMAP 関数 メールボックスへの IMAP ストリームをオープンす ... プンする 説明 imap_open ( string $mailbox , string $user , string $password , int $flags = 0 , int $retries ... クスにアクセスするサービス。デフォルトは "imap" 。 /user= user サーバーへのログイン時のユーザー名。 /authus ... er= user リモートの認証ユーザー。指定されていた場合は、この ... 無視され、SMTP および POP3 ではエラーとなります)。 user ユーザー名。 password user のパスワード。 flags fl ...
https://man.plustar.jp/php/function.imap-open.html - [similar]
Establish the environment for connecting to CUBRID server 4515
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting ... brid_connect_with_url ( string $conn_url , string $userid = ? , string $passwd = ? , bool $new_link = fals ... n the url string argument of this function. If the user name and password is not given, then the "PUBLIC" ... by default. <url> ::= CUBRID:<host>:<db_name>:<db_user>:<db_password>:[?<properties>] <properties> ::= <p ... aster database db_name : A name of the database db_user : A name of the database user db_password : A data ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]
Event callbacks 4487
« About event persistence Constructing signal events » PHP Manual Event Event callbacks Event ca ... number. what Bit mask of all events triggered. arg User custom data. Event::timer() expects the callback t ... rototype: callback ( mixed $arg = null ): void arg User custom data. Event::signal() expects the callback ... number of the triggered signal(e.g. SIGTERM ). arg User custom data. 関連キーワード: Event , callbacks , e ... vent , callback , data , custom , User , allback , expects , what ...
https://man.plustar.jp/php/event.callbacks.html - [similar]
ステートメントリソースあるいは接続リソースからオプションの値を取得する 4487
« db2_free_stmt db2_last_insert_id » PHP Manual IBM DB2 関数 ステートメントリソースあるいは接続リ ... コア (_) とピリオド (.) のみを使用するようにします。 userid SQL_ATTR_INFO_USERID - ヌル終端の文字列へのポイン ... キー 値 リソース型 接続 ステートメント 結果セット userid SQL_ATTR_INFO_USERID X X - acctstr SQL_ATTR_INFO ... ベースへの接続パラメータ */ $database = 'SAMPLE' ; $user = 'db2inst1' ; $password = 'ibmdb2' ; /* 接続リソー ... スの取得 */ $conn = db2_connect ( $database , $user , $password ); echo "Client attributes passed thro ...
https://man.plustar.jp/php/function.db2-get-option.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT