検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 1032 for example (0.047 sec.)
XFormsの処理 3010
« セッション ファイルアップロードの処理 » PHP Manual 機能 XFormsの処理 XFormsの処理 » XForms は、 ... earch</h:title> <model> <submission action="http://example.com/search" method="post" id="s"/> </model> </h:he ... earch</h:title> <model> <submission action="http://example.com/search" method="urlencoded-post" id="s"/> </mo ...
https://man.plustar.jp/php/features.xforms.html - [similar]
HTTP リクエストに対するレスポンス内で サーバーによって送出された全てのヘッダを取... 3010
« base64_encode get_meta_tags » PHP Manual URL 関数 HTTP リクエストに対するレスポンス内で サーバ ... 例 例1 get_headers() の例 <?php $url = 'http://www.example.com' ; print_r ( get_headers ( $url )); print_r ( ... => 'HEAD' ) ) ); $headers = get_headers ( 'http://example.com' ); ?> 参考 apache_request_headers() - すべての ...
https://man.plustar.jp/php/function.get-headers.html - [similar]
現在のメールボックス以外のメールボックスのステータス情報を返す 3010
« imap_sort imap_subscribe » PHP Manual IMAP 関数 現在のメールボックス以外のメールボックスのステ ... map_status() の例 <?php $mbox = imap_open ( "{imap.example.com}" , "username" , "password" , OP_HALFOPEN ) or ... _error ()); $status = imap_status ( $mbox , "{imap.example.org}INBOX" , SA_ALL ); if ( $status ) { echo "Mess ...
https://man.plustar.jp/php/function.imap-status.html - [similar]
LDAP サーバーへ接続する 3010
« ldap_compare ldap_control_paged_result_response » PHP Manual LDAP 関数 LDAP サーバーへ接続する ... 続する例 <?php // LDAP 変数 $ldapuri = "ldap://ldap.example.com:389" ; // ldap-uri // LDAP に接続します $ldapc ... トであることを // 確認する $ldaphost = "ldaps://ldap.example.com/" ; // LDAP に接続します $ldapconn = ldap_conn ...
https://man.plustar.jp/php/function.ldap-connect.html - [similar]
S/MIME メッセージを暗号化する 3010
« openssl_pkcs7_decrypt openssl_pkcs7_read » PHP Manual OpenSSL 関数 S/MIME メッセージを暗号化す ... xt" , "enc.txt" , $key , array( "To" => "nighthawk@example.com" , // 連想配列の構文 "From: HQ <hq@example.com ...
https://man.plustar.jp/php/function.openssl-pkcs7-encrypt.html - [similar]
URL リライタの値を追加する 3010
« ob_start output_reset_rewrite_vars » PHP Manual 出力制御 関数 URL リライタの値を追加する outpu ... cho '<a href="file.php">リンク</a> <a href="http://example.com">リンク2</a>' ; // フォーム echo '<form action ... ef="file.php?var=value">リンク</a> <a href="http://example.com">リンク2</a> <form action="script.php" method= ...
https://man.plustar.jp/php/function.output-add-rewrite-var.html - [similar]
Prepares a query for execution 3010
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr ... alse if an error occurred. 例 例1 sqlsrv_prepare() example This example demonstrates how to prepare a stateme ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
3010
« 変更履歴 Mysql_xdevapi 関数 » PHP Manual Mysql_xdevapi 例 例 X DevAPI の中心的なエントリポイン ... t" ); $collection = $schema -> createCollection ( "example" ); ?> データを保存する際には、 json_encode() 関数 ... test" ); $collection = $schema -> getCollection ( "example" ); $collection -> add ( $marco , $mike )-> execut ...
https://man.plustar.jp/php/mysql-xdevapi.examples.html - [similar]
ファイルシステム上のファイルを phar アーカイブに追加する 3010
« Phar::addEmptyDir Phar::addFromString » PHP Manual Phar ファイルシステム上のファイルを phar ア ... nt (); // URL の使用例 $a -> addFile ( 'http://www.example.com' , 'example.html' ); } catch ( Exception $e ) ...
https://man.plustar.jp/php/phar.addfile.html - [similar]
グローバルスコープで使用可能なすべての変数への参照 3010
« スーパーグローバル $_SERVER » PHP Manual 定義済の変数 グローバルスコープで使用可能なすべての変 ... $foo in current scope: ' . $foo . "\n" ; } $foo = "Example content" ; test (); ?> 上の例の出力は、 たとえば以 ... 下のようになります。 $foo in global scope: Example content $foo in current scope: local variable 警告 ...
https://man.plustar.jp/php/reserved.variables.globals.html - [similar]