検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 710 for user (0.055 sec.)
PASSWD 拡張オペレーションのヘルパ 3572
« ldap_escape ldap_exop_refresh » PHP Manual LDAP 関数 PASSWD 拡張オペレーションのヘルパ ldap_ex ... ldap_exop_passwd ( LDAP\Connection $ldap , string $user = "" , string $old_password = "" , string $new_pas ... ct() が返す LDAP\Connection クラスのインスタンス。 user パスワードを変更するユーザーの dn old_password この ... server" ; exit; } // use PASSWD EXOP to change the user password for a generated one $genpw = ldap_exop_pa ...
https://man.plustar.jp/php/function.ldap-exop-passwd.html - [similar]
MySQL サーバに接続する 3572
« expression mysql_xdevapi\BaseResult » PHP Manual Mysql_xdevapi 関数 MySQL サーバに接続する get ... MySQL サーバに接続します。 パラメータ uri mysqlx://user:password@host のような、MySQL サーバへのURI。 URI ... のフォーマットは下記のとおりです: scheme://[user[:[password]]@]target[:port][?attribute1=value1&att ... sql_xdevapi では、常に 'mysqlx' です(X プロトコル) user : オプションです。認証される MySQL アカウント pass ... $session = mysql_xdevapi \ getSession ( "mysqlx://user:password@host" ); } catch( Exception $e ) { die( " ...
https://man.plustar.jp/php/function.mysql-xdevapi-getsession.html - [similar]
PHP の変数を、クエリで取得するカラムに関連づける 3572
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $sql = 'SELECT location_id, city FROM l ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT * F ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT * F ... ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT * F ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
URL を解釈し、その構成要素を返す 3572
« http_build_query rawurldecode » PHP Manual URL 関数 URL を解釈し、その構成要素を返す parse_url ... _SCHEME 、 PHP_URL_HOST 、 PHP_URL_PORT 、 PHP_URL_USER 、 PHP_URL_PASS 、 PHP_URL_PATH 、 PHP_URL_QUERY あ ... る要素は次のとおりです。 scheme - 例: http host port user pass path query - クエスチョンマーク ? 以降 fragme ... した。 例 例1 parse_url() の例 <?php $url = 'http://username:password@hostname:9090/path?arg=value#anchor' ... L_SCHEME )); var_dump ( parse_url ( $url , PHP_URL_USER )); var_dump ( parse_url ( $url , PHP_URL_PASS )); ...
https://man.plustar.jp/php/function.parse-url.html - [similar]
Nginx 1.4.x (Unix システム用) 3572
« Apache 2.x (Unixシステム用) Lighttpd 1.4 (Unix システム用) » PHP Manual Unix システムへのインス ... pm.d/www.conf 以下の部分を探し、修正します: ; Unix user/group of processes ; Note: The user is mandatory. ... If the group is not set, the default user's group ; will be used. user = www-data group = ww ...
https://man.plustar.jp/php/install.unix.nginx.html - [similar]
プリペアドステートメントを実行する 3572
« mysqli_stmt::$error mysqli_stmt::fetch » PHP Manual mysqli_stmt プリペアドステートメントを実行 ... STRICT ); $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); $mysqli -> query ( " ... RICT ); $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); mysqli_query ( $link ... STRICT ); $mysqli = new mysqli ( 'localhost' , 'my_user' , 'my_password' , 'world' ); $mysqli -> query ( ' ... RICT ); $link = mysqli_connect ( 'localhost' , 'my_user' , 'my_password' , 'world' ); mysqli_query ( $link ...
https://man.plustar.jp/php/mysqli-stmt.execute.html - [similar]
文字セット 3572
« バッファクエリと非バッファクエリ MySQLi » PHP Manual コンセプト 文字セット 文字セット 適切な文 ... 問題 <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); // これは $mysqli->r ... qli <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); echo 'Initial charac ... host=localhost;dbname=world;charset=utf8mb4" , 'my_user' , 'my_pass' ); ?> 関連キーワード: 文字 , セット , ...
https://man.plustar.jp/php/mysqlinfo.concepts.charset.html - [similar]
接続、および接続の管理 3572
« 定義済み定数 トランザクションおよび自動コミット » PHP Manual PDO 接続、および接続の管理 接続、 ... = new PDO ( 'mysql:host=localhost;dbname=test' , $user , $pass ); ?> 接続時になんらかのエラーが発生した場 ... = new PDO ( 'mysql:host=localhost;dbname=test' , $user , $pass ); foreach( $dbh -> query ( 'SELECT * from ... = new PDO ( 'mysql:host=localhost;dbname=test' , $user , $pass ); // ここで接続を使用します $sth = $dbh - ... = new PDO ( 'mysql:host=localhost;dbname=test' , $user , $pass , array( PDO :: ATTR_PERSISTENT => true )) ...
https://man.plustar.jp/php/pdo.connections.html - [similar]
Yaf_Plugin_Abstract クラス 3544
« Yaf_Loader::setLibraryPath Yaf_Plugin_Abstract::dispatchLoopShutdown » PHP Manual Yaf Yaf_Plug ... tract $response ) { /* before router in this hook, user can do some url rewrite */ var_dump ( "routerStart ... act $response ) { /* router complete in this hook, user can do login check */ var_dump ( "routerShutdown" ... _Abstract $response ) { /* final hook in this hook user can do logging or implement layout */ var_dump ( " ...
https://man.plustar.jp/php/class.yaf-plugin-abstract.html - [similar]
結果の行をオブジェクトとして取得する 3544
« mysql_fetch_lengths mysql_fetch_row » PHP Manual MySQL 関数 結果の行をオブジェクトとして取得す ... _object() の例 <?php mysql_connect ( "hostname" , "user" , "password" ); mysql_select_db ( "mydb" ); $resu ... w = mysql_fetch_object ( $result )) { echo $row -> user_id ; echo $row -> fullname ; } mysql_free_result ( ... o { public $name ; } mysql_connect ( "hostname" , "user" , "password" ); mysql_select_db ( "mydb" ); $resu ...
https://man.plustar.jp/php/function.mysql-fetch-object.html - [similar]