検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 68 for John (0.002 sec.)
文字列 7517
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです ... laid1 ] juice." . PHP_EOL ; class people { public $john = "John Smith" ; public $jane = "Jane Smith" ; pub ... th" ; } $people = new people (); echo " $people -> john drank some $juices [ 0 ] juice." . PHP_EOL ; echo ... " $people -> john then said hello to $people -> jane ." . PHP_EOL ; ... echo " $people -> john 's wife greeted $people -> robert ." . PHP_EOL ; e ...
https://man.plustar.jp/php/language.types.string.html - [similar]
DOMDocument オブジェクト内の XIncludes を置換する 7205
« DOMDocument::validate DOMDocumentFragment » PHP Manual DOMDocument DOMDocument オブジェクト内の ... ok.xml"> <entry>The Grapes of Wrath</entry> <entry>John Steinbeck</entry> <entry>en</entry> <entry>0140186 ... e/didou/book.xml"> <entry>The Pearl</entry> <entry>John Steinbeck</entry> <entry>en</entry> <entry>0140177 ...
https://man.plustar.jp/php/domdocument.xinclude.html - [similar]
ユーザー定義の比較関数を用いて、キーで配列をソートする 7205
« uasort usort » PHP Manual 配列 関数 ユーザー定義の比較関数を用いて、キーで配列をソートする uks ... b ); return strcasecmp ( $a , $b ); } $a = array( "John" => 1 , "the Earth" => 2 , "an apple" => 3 , "a ba ... 下となります。 an apple: 3 a banana: 4 the Earth: 2 John: 1 参考 usort() - ユーザー定義の比較関数を使用して ...
https://man.plustar.jp/php/function.uksort.html - [similar]
SimpleXML 要素に属性を追加する 7205
« SimpleXMLElement SimpleXMLElement::addChild » PHP Manual SimpleXMLElement SimpleXML 要素に属性 ... Mr. Parser' ); $character -> addChild ( 'actor' , 'John Doe' ); $rating = $movie -> addChild ( 'rating' , ... acters> <character> <name>Mr. Parser</name> <actor>John Doe</actor> </character> </characters> <rating typ ...
https://man.plustar.jp/php/simplexmlelement.addattribute.html - [similar]
ドキュメントで宣言されている名前空間を返す 7205
« SimpleXMLElement::count SimpleXMLElement::getName » PHP Manual SimpleXMLElement ドキュメントで ... xmlns:p="http://example.org/ns"> <p:person id="1">John Doe</p:person> <p:person id="2">Susie Q. Public</p ... ns:t="http://example.org/test"> <p:person t:id="1">John Doe</p:person> <p:person t:id="2" a:addr="123 Stre ...
https://man.plustar.jp/php/simplexmlelement.getdocnamespaces.html - [similar]
ユーザー定義の比較関数を使って、キーでエントリをソートする 7048
« ArrayObject::uasort ArrayObject::unserialize » PHP Manual ArrayObject ユーザー定義の比較関数を ... return strcasecmp ( $a , $b ); } $array = array( "John" => 1 , "the Earth" => 2 , "an apple" => 3 , "a ba ... 下となります。 an apple: 3 a banana: 4 the Earth: 2 John: 1 参考 ArrayObject::asort() - 値でエントリをソート ...
https://man.plustar.jp/php/arrayobject.uksort.html - [similar]
1 つ以上の文字列を出力する 7048
« crypt explode » PHP Manual String 関数 1 つ以上の文字列を出力する echo (PHP 4, PHP 5, PHP 7, P ... なります。 echo 'Hello ' . isset( $name ) ? $name : 'John Doe' . '!' ; // 上の例を意図した振る舞いにしようと ... 要です。 echo 'Hello ' . (isset( $name ) ? $name : 'John Doe' ) . '!' ; // PHP 8.0.0 より前のバージョンでは ... す: <?php echo "Hello " , isset( $name ) ? $name : "John Doe" , "!" ; echo "Sum: " , 1 + 2 ; 参考 print - 文 ...
https://man.plustar.jp/php/function.echo.html - [similar]
LDAP ディレクトリにエントリを付加する 7048
« ldap_add_ext ldap_bind_ext » PHP Manual LDAP 関数 LDAP ディレクトリにエントリを付加する ldap_a ... "secret" ); // データを準備する $info [ "cn" ] = "John Jones" ; $info [ "sn" ] = "Jones" ; $info [ "objec ... データをディレクトリに追加 $r = ldap_add ( $ds , "cn=John Jones, o=My Company, c=US" , $info ); ldap_close ( ...
https://man.plustar.jp/php/function.ldap-add.html - [similar]
はじめに 7048
« LDAP インストール/設定 » PHP Manual LDAP はじめに はじめに LDAP とは Lightweight Directory Acc ... 例として dn が次のようになっているとしましょう。 cn=John Smith,ou=Accounts,o=My Company,c=US カンマは各部分 ... Company organizationalUnit = Accounts commonName = John Smith ハードディスクのディレクトリ構造を管理する手 ...
https://man.plustar.jp/php/intro.ldap.html - [similar]
XML ノードに子要素を追加する 7048
« SimpleXMLElement::addAttribute SimpleXMLElement::asXML » PHP Manual SimpleXMLElement XML ノード ... Mr. Parser' ); $character -> addChild ( 'actor' , 'John Doe' ); $rating = $movie -> addChild ( 'rating' , ... acters> <character> <name>Mr. Parser</name> <actor>John Doe</actor> </character> </characters> <rating typ ...
https://man.plustar.jp/php/simplexmlelement.addchild.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT