検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 710 for user (0.105 sec.)
システムのロガーへの接続をオープンする 3299
« net_get_interfaces pfsockopen » PHP Manual ネットワーク 関数 システムのロガーへの接続をオープン ... _SYSLOG syslogd で内部的に生成されたメッセージ LOG_USER 一般的なユーザーレベルのメッセージ LOG_UUCP UUCP サ ... ブシステム 注意 : Windows 環境で使用できるのは LOG_USER だけです。 戻り値 成功した場合に true を、失敗した ...
https://man.plustar.jp/php/function.openlog.html - [similar]
Close any outstanding connection to rrd caching daemon 3299
« rrd_xport RRDCreator » PHP Manual RRD 関数 Close any outstanding connection to rrd caching dae ... tically at the end of command line script. It's up user whether he wants to call this function at the end ...
https://man.plustar.jp/php/function.rrdc-disconnect.html - [similar]
Overload a VM opcode 3299
« uopz_implement uopz_redefine » PHP Manual Uopz 関数 Overload a VM opcode uopz_overload (PECL u ... le ): void Overloads the specified opcode with the user defined function パラメータ opcode A valid opcode, ...
https://man.plustar.jp/php/function.uopz-overload.html - [similar]
はじめに 3299
« LuaSandbox インストール/設定 » PHP Manual LuaSandbox はじめに はじめに LuaSandbox is an extens ... dbox aims to maximise backwards compatibility with user-supplied scripts. 関連キーワード: LuaSandbox , ext ...
https://man.plustar.jp/php/intro.luasandbox.html - [similar]
LDAP コントロール 3299
« 基本的な使用法 LDAP 関数 » PHP Manual 例 LDAP コントロール LDAP コントロール PHP >= 7.3.0 で L ... licy(パスワードポリシー) 情報とバインドする <?php $user = 'cn=admin,dc=example,dc=com' ; $passwd = 'adminp ... lhost' ); if ( $ds ) { $r = ldap_bind_ext ( $ds , $user , $passwd , [[ 'oid' => LDAP_CONTROL_PASSWORDPOLIC ...
https://man.plustar.jp/php/ldap.examples-controls.html - [similar]
下位互換性のない変更点 3299
« 新しいグローバル定数 PHP 7.1.x で推奨されなくなる機能 » PHP Manual PHP 7.0.x から PHP 7.1.x へ ... タが呼ばれることもありました。 参照渡しの引数の call_user_func() での扱い 引数を参照渡しで受け取る関数を cal ... l_user_func() から呼んだときに、例外が発生するようになりま ... 場合の挙動が異なっていました。 さらにこの場合、 call_user_func() や call_user_func_array() は関数呼び出しを中 ...
https://man.plustar.jp/php/migration71.incompatible.html - [similar]
新機能 3299
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から P ... たに型宣言をサポートするようになりました <?php class User { public int $id ; public string $name ; } ?> 上の ... 例は、 $user->id には int の 値だけを、そして $user->name には ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]
結果ポインタにおける現在のフィールドオフセットを取得する 3299
« mysqli_result::__construct mysqli_result::data_seek » PHP Manual mysqli_result 結果ポインタにお ... 向型 <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ... 型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ...
https://man.plustar.jp/php/mysqli-result.current-field.html - [similar]
結果ポインタを、指定したフィールドオフセットに設定する 3299
« mysqli_result::$field_count mysqli_result::free » PHP Manual mysqli_result 結果ポインタを、指定 ... 向型 <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ... 型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ...
https://man.plustar.jp/php/mysqli-result.field-seek.html - [similar]
直近に実行されたステートメントで変更・削除・追加、あるいは選択された行の総数を返... 3299
« mysqli_stmt mysqli_stmt::attr_get » PHP Manual mysqli_stmt 直近に実行されたステートメントで変更 ... STRICT ); $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 一時テーブルを作成 ... RICT ); $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 一時テーブルを作成 ...
https://man.plustar.jp/php/mysqli-stmt.affected-rows.html - [similar]