検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 1032 for example (0.029 sec.)
Creates a new map using a callable to determine which pairs to include 3193
« Ds\Map::diff Ds\Map::first » PHP Manual Map Creates a new map using a callable to determine wh ... callback was not provided. 例 例1 Ds\Map::filter() example using callback function <?php $map = new \ Ds \ Ma ... ["value"]=> string(1) "e" } } 例2 Ds\Map::filter() example without a callback function <?php $map = new \ Ds ...
https://man.plustar.jp/php/ds-map.filter.html - [similar]
cURL ハンドルを、その設定も含めてコピーする 3193
« curl_close curl_errno » PHP Manual cURL 関数 cURL ハンドルを、その設定も含めてコピーする curl_ ... します curl_setopt ( $ch , CURLOPT_URL , 'http://www.example.com/' ); curl_setopt ( $ch , CURLOPT_HEADER , 0 ); ... ch2 = curl_copy_handle ( $ch ); // URL (http://www.example.com/) を取得し、ブラウザに渡します curl_exec ( $ch ...
https://man.plustar.jp/php/function.curl-copy-handle.html - [similar]
指定した文字列を URL エンコードする 3193
« curl_error curl_exec » PHP Manual cURL 関数 指定した文字列を URL エンコードする curl_escape (P ... した文字列を使って URL を組み立てます $url = "http://example.com/add_location.php?location= { $location } " ; / ... / その結果: http://example.com/add_location.php?location=Hofbr%C3%A4uhaus%20% ...
https://man.plustar.jp/php/function.curl-escape.html - [similar]
新しい画像をファイルあるいは URL から作成する 3193
« imagecreatefromwbmp imagecreatefromxbm » PHP Manual GD および Image 関数 新しい画像をファイルあ ... ァイルを読み込みます $im = imagecreatefromwebp ( './example.webp' ); // 100% のクオリティで jpeg ファイルに変換 ... します imagejpeg ( $im , './example.jpeg' , 100 ); imagedestroy ( $im ); ?> 関連キーワ ...
https://man.plustar.jp/php/function.imagecreatefromwebp.html - [similar]
現在のメールボックスをチェックする 3193
« imap_bodystruct imap_clearflag_full » PHP Manual IMAP 関数 現在のメールボックスをチェックする ... => string(4) "imap" ["Mailbox"]=> string(54) "{www.example.com:143/imap/user="foo@example.com"}INBOX" ["Nmsgs ...
https://man.plustar.jp/php/function.imap-check.html - [similar]
MIME ヘッダ要素をデコードする 3193
« imap_mailboxmsginfo imap_msgno » PHP Manual IMAP 関数 MIME ヘッダ要素をデコードする imap_mime_ ... ext = "=?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld@example.com>" ; $elements = imap_mime_header_decode ( $tex ... t: Keld Jørn Simonsen Charset: default Text: <keld@example.com> 上の例には二つの要素があります。最初の要素は ...
https://man.plustar.jp/php/function.imap-mime-header-decode.html - [similar]
ファイルポインタからデータをスキャンし、uuencode されたファイルを展開する 3193
« mailparse_stream_encode 数学 » PHP Manual Mailparse 関数 ファイルポインタからデータをスキャンし ... _uudecode_all() の例 <?php $text = <<<EOD To: fred@example.com hello, this is some text hello. blah blah blah ... ); ?> 上の例の出力は以下となります。 BODY To: fred@example.com hello, this is some text hello. blah blah blah ...
https://man.plustar.jp/php/function.mailparse-uudecode-all.html - [similar]
Executes a statement prepared with sqlsrv_prepare 3193
« sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s ... た場合に false を返します。 例 例1 sqlsrv_execute() example This example demonstrates how to prepare a stateme ...
https://man.plustar.jp/php/function.sqlsrv-execute.html - [similar]
Makes the next result of the specified statement active 3193
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... e results to retrieve. 例 例1 sqlsrv_next_result() example The following example executes a batch query that ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
文字列 3193
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです ... (expecting an indentation level of at least 3) in example.php on line 4 終端ID をインデントする場合、 インデ ... d indentation - tabs and spaces cannot be mixed in example.php line 8 文字列本体の後に置かれる 終端ID の後に、 ... ror, unexpected identifier "ING", expecting "]" in example.php on line 6 この問題を避けるために、 次のようなシ ... ヒアドキュメントで文字列を括る例 <?php $str = <<<EOD Example of string spanning multiple lines using heredoc sy ...
https://man.plustar.jp/php/language.types.string.html - [similar]