検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 710 for user (0.010 sec.)
メールを送信する 3781
« ezmlm_hash Mailparse » PHP Manual メール 関数 メールを送信する mail (PHP 4, PHP 5, PHP 7, PHP ... でなければ なりません。例えば以下のようなものです。 user@example.com user@example.com, anotheruser@example. ... com User <user@example.com> User <user@example.com>, Anothe ... r User <anotheruser@example.com> subject 送信するメールの ... dmail を利用している場合、これは /etc/mail/trusted-users で設定します。 戻り値 メール送信が受け入れられた場 ...
https://man.plustar.jp/php/function.mail.html - [similar]
新機能 3781
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x ... ない場合は第二オペランドを返します。 <?php // $_GET['user'] を取得します。もし存在しない場合は // 'nobody' を ... 用います。 $username = $_GET [ 'user' ] ?? 'nobody' ; // 上のコード ... は、次のコードと同じ意味です。 $username = isset( $_GET [ 'user' ]) ? $_GET [ 'user' ] ... 連結することもできます。次のように書くと、 // $_GET['user']、$_POST['user'] そして 'nobody' // の順に調べて、 ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
プリペアドステートメントのパラメータに変数をバインドする 3781
« mysqli_stmt::attr_set mysqli_stmt::bind_result » PHP Manual mysqli_stmt プリペアドステートメン ... があります。 注意 : mysqli_stmt_bind_param() と call_user_func_array() を組み合わせて使う場合は注意が必要です ... のパラメータは参照渡しでなければなりませんが、 call_user_func_array() には変数のリストをパラメータとして渡す ... STRICT ); $mysqli = new mysqli ( 'localhost' , 'my_user' , 'my_password' , 'world' ); $stmt = $mysqli -> p ... RICT ); $link = mysqli_connect ( 'localhost' , 'my_user' , 'my_password' , 'world' ); $stmt = mysqli_prepa ...
https://man.plustar.jp/php/mysqli-stmt.bind-param.html - [similar]
のエイリアス ibase_wait_event 3753
« fbird_trans ibase_add_user » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_wait_event ... e , wait , fbird , handler , 関数 , free , trans , user , 参考 ...
https://man.plustar.jp/php/function.fbird-wait-event.html - [similar]
URL エンコードされたクエリ文字列を生成する 3753
« get_meta_tags parse_url » PHP Manual URL 関数 URL エンコードされたクエリ文字列を生成する http_ ... の場合での http_build_query() <?php $data = array( 'user' => array( 'name' => 'Bob Smith' , 'age' => 47 , ' ... 以下を出力します: (可読性のため適宜折り返しています) user%5Bname%5D=Bob+Smith&user%5Bage%5D=47&user%5Bsex%5D ... =M& user%5Bdob%5D=5%2F12%2F1956&pastimes%5B0%5D=golf&pastim ...
https://man.plustar.jp/php/function.http-build-query.html - [similar]
データベース上でひとつ以上のクエリを実行する 3753
« mysqli::more_results mysqli::next_result » PHP Manual mysqli データベース上でひとつ以上のクエリ ... STRICT ); $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); $query = "SELECT CUR ... RENT_USER();" ; $query .= "SELECT Name FROM City ORDER BY ID ... RICT ); $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); $query = "SELECT CUR ... RENT_USER();" ; $query .= "SELECT Name FROM City ORDER BY ID ...
https://man.plustar.jp/php/mysqli.multi-query.html - [similar]
複数のステートメント 3753
« ストアドプロシージャ トランザクションのサポート » PHP Manual クイックスタートガイド 複数のステ ... _STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli -> query ( " ... ション <?php $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $result = $mysqli -> ... query ( "SELECT 1; DROP TABLE mysql.user" ); if (! $result ) { echo "Error executing query: ... for the right syntax to use near 'DROP TABLE mysql.user' at line 1 プリペアドステートメント プリペアドステ ...
https://man.plustar.jp/php/mysqli.quickstart.multiple-statement.html - [similar]
Secure Shell 2 3753
« phar:// rar:// » PHP Manual サポートするプロトコル/ラッパー Secure Shell 2 ssh2:// ssh2:// — S ... 接続を再利用することが可能です。 利用法 ssh2.shell://user:pass@example.com:22/xterm ssh2.exec://user:pass@ex ... ample.com:22/usr/local/bin/somecmd ssh2.tunnel://user:pass@example.com:22/192.168.0.1:14 ssh2.sftp://use ... cipher, compression, および MAC methods callbacks username 接続するユーザー名 password パスワード認証に使 ... e.com' , 22 ); ssh2_auth_pubkey_file ( $session , 'username' , '/home/username/.ssh/id_rsa.pub' , '/home/u ...
https://man.plustar.jp/php/wrappers.ssh2.html - [similar]
The __construct purpose 3753
« Yaf_Route_Map::assemble Yaf_Route_Map::route » PHP Manual Yaf_Route_Map The __construct purpos ... えば以下のようになります。 /* http://yourdomain.com/user/list/_/foo/22 * の場合はこのような結果になります * ... / array( "action" => "user_list", ) /** * リクエストパラメータは、このようにな ... ruct , Map , purpose , array , controller , list , user , bar ...
https://man.plustar.jp/php/yaf-route-map.construct.html - [similar]
Casting 3725
« Componere 関数 Componere\cast_by_ref » PHP Manual Componere 関数 Casting Componere\cast (Compo ... t ( Type $type , $object ): Type パラメータ type A user defined type object An object with a user defined ...
https://man.plustar.jp/php/componere.cast.html - [similar]