検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 1032 for example (0.074 sec.)
メールボックスのリストを読み込む 3053
« imap_last_error imap_listmailbox » PHP Manual IMAP 関数 メールボックスのリストを読み込む imap_ ... imap_list() の例 <?php $mbox = imap_open ( "{imap.example.org}" , "username" , "password" , OP_HALFOPEN ) or ... last_error ()); $list = imap_list ( $mbox , "{imap.example.org}" , "*" ); if ( is_array ( $list )) { foreach ...
https://man.plustar.jp/php/function.imap-list.html - [similar]
デフォルトの外部エンティティローダーを変更する 3053
« libxml_get_last_error libxml_set_streams_context » PHP Manual libxml 関数 デフォルトの外部エン ... = <<<XML <!DOCTYPE foo PUBLIC "-//FOO/BAR" "http://example.com/foobar"> <foo>bar</foo> XML; $dtd = <<<DTD <!E ... ります。 string(10) "-//FOO/BAR" string(25) "http://example.com/foobar" array(4) { ["directory"] => NULL ["int ...
https://man.plustar.jp/php/function.libxml-set-external-entity-loader.html - [similar]
Retrieves the next row of data in a result set as an object 3053
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... class does not exist. 例 例1 sqlsrv_fetch_object() example The following example demonstrates how to retrieve ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]
大文字小文字を区別しない strstr 3053
« stripslashes strlen » PHP Manual String 関数 大文字小文字を区別しない strstr stristr (PHP 4, P ... ました。 例 例1 stristr() の例 <?php $email = 'USER@EXAMPLE.com' ; echo stristr ( $email , 'e' ); // 出力は ER ... @EXAMPLE.com となります echo stristr ( $email , 'e' , true ...
https://man.plustar.jp/php/function.stristr.html - [similar]
文字列が最初に現れる位置を見つける 3053
« strspn strtok » PHP Manual String 関数 文字列が最初に現れる位置を見つける strstr (PHP 4, PHP 5 ... りました。 例 例1 strstr() の例 <?php $email = 'name@example.com' ; $domain = strstr ( $email , '@' ); echo $do ... main ; // @example.com と表示します $user = strstr ( $email , '@' , t ...
https://man.plustar.jp/php/function.strstr.html - [similar]
メタデータ 3053
« トランザクションのサポート インストール/設定 » PHP Manual クイックスタートガイド メタデータ メ ... | MYSQLI_REPORT_STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $result ... | MYSQLI_REPORT_STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $stmt = ...
https://man.plustar.jp/php/mysqli.quickstart.metadata.html - [similar]
トランザクションのサポート 3053
« 複数のステートメント メタデータ » PHP Manual クイックスタートガイド トランザクションのサポート ... | MYSQLI_REPORT_STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); /* Reco ... | MYSQLI_REPORT_STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli ...
https://man.plustar.jp/php/mysqli.quickstart.transactions.html - [similar]
ファイルシステム上のファイルを tar/zip アーカイブに追加する 3053
« PharData::addEmptyDir PharData::addFromString » PHP Manual PharData ファイルシステム上のファイ ... nt (); // URL の使用例 $a -> addFile ( 'http://www.example.com' , 'example.html' ); } catch ( Exception $e ) ...
https://man.plustar.jp/php/phardata.addfile.html - [similar]
XML ノードに子要素を追加する 3053
« SimpleXMLElement::addAttribute SimpleXMLElement::asXML » PHP Manual SimpleXMLElement XML ノード ... す。 失敗時に null を返します。 例 注意 : この例では example.php をインクルードしていますが、これは 基本的な使用 ... impleXML 要素への属性と子要素の追加 <?php include 'example.php' ; $sxe = new SimpleXMLElement ( $xmlstr ); $s ...
https://man.plustar.jp/php/simplexmlelement.addchild.html - [similar]
指定したノードの子ノードを見付ける 3053
« SimpleXMLElement::attributes SimpleXMLElement::__construct » PHP Manual SimpleXMLElement 指定し ... son begot a son 例2 名前空間の使用 <?php $xml = '<example xmlns:foo="my.foo.urn"> <foo:a>Apple</foo:a> <foo: ... b>Banana</foo:b> <c>Cherry</c> </example>' ; $sxe = new SimpleXMLElement ( $xml ); $kids = ...
https://man.plustar.jp/php/simplexmlelement.children.html - [similar]