検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 2833 for 出力 (0.019 sec.)
関連付けられた名前空間に新しい要素を作成する 2556
« DOMDocument::createElement DOMDocument::createEntityReference » PHP Manual DOMDocument 関連付け ... ( $element ); echo $dom -> saveXML (); ?> 上の例の出力は以下となります。 <?xml version="1.0" encoding="iso ... (), "\n" ; echo $item -> namespaceURI , "\n" ; // 出力: http://base.google.com/ns/1.0 echo $item -> prefi ... x , "\n" ; // 出力: g echo $item -> localName , "\n" ; // 出力: item_ ... type ?> 上の例の出力は以下となります。 <?xml version="1.0" encoding="utf ...
https://man.plustar.jp/php/domdocument.createelementns.html - [similar]
Joins all values together as a string 2556
« Ds\Set::isEmpty Ds\Set::jsonSerialize » PHP Manual Set Joins all values together as a string D ... 3 ]); var_dump ( $set -> join ( "|" )); ?> 上の例の出力は、 たとえば以下のようになります。 string(11) "a|b| ... 2 , 3 ]); var_dump ( $set -> join ()); ?> 上の例の出力は、 たとえば以下のようになります。 string(11) "abc1 ... ng , values , Joins , all , Set , Ds , separator , 出力 , example , each ...
https://man.plustar.jp/php/ds-set.join.html - [similar]
データベースへの接続を返す 2556
« db2_conn_errormsg db2_cursor_type » PHP Manual IBM DB2 関数 データベースへの接続を返す db2_con ... だけ早く返すように最適化されます。 これが有効なのは、出力の制御をユーザーが行う場合です。出力の制御とは、 たと ... えば、出力の最初のページを見てそこで処理を停止させるなどのこと ... や帳票に書き出す場合に有用なオプションです。 あるいは出力データを順次処理するインターフェイスなどにも有用です ... else { echo "接続に失敗しました。" ; } ?> 上の例の出力は以下となります。 接続に成功しました。 例2 非カタロ ...
https://man.plustar.jp/php/function.db2-connect.html - [similar]
AS番号(ASN) を取得する 2556
« GeoIP 関数 geoip_continent_code_by_name » PHP Manual GeoIP 関数 AS番号(ASN) を取得する geoip_a ... by_name() の例 この例は、www.example.com のAS番号を出力します。 <?php $asn = geoip_asnum_by_name ( 'www.exa ... $asn ) { echo 'The ASN is: ' . $asn ; } ?> 上の例の出力は以下となります。 The ASN is: AS15133 EdgeCast Netw ... ーワード: 番号 , ASN , 取得 , geoip , asnum , 関数 , 出力 , hostname , string , GeoIP ...
https://man.plustar.jp/php/function.geoip-asnum-by-name.html - [similar]
Rename a function at runtime 2556
« uopz_redefine uopz_restore » PHP Manual Uopz 関数 Rename a function at runtime uopz_rename (PE ... echo original_strlen ( "Hello World" ); ?> 上の例の出力は以下となります。 11 例2 uopz_rename() class exampl ... y :: original_strlen ( "Hello World" ); ?> 上の例の出力は以下となります。 11 関連キーワード: function , uop ... z , rename , runtime , a , string , example , 出力 , Rename , 関数 ...
https://man.plustar.jp/php/function.uopz-rename.html - [similar]
NoRewindIterator を作成する 2556
« NoRewindIterator NoRewindIterator::current » PHP Manual NoRewindIterator NoRewindIterator を作 ... ndIterator::__construct() の例 二番目のループは何も出力しません。 このイテレータは一度しか使えず、巻き戻しさ ... $it as $item ) { echo $item . "\n" ; } ?> 上の例の出力は、 たとえば以下のようになります。 Fruit A: apple b ... 連キーワード: NoRewindIterator , 作成 , construct , 出力 , Fruit , public , パラメータ , 二番 , ループ , ba ...
https://man.plustar.jp/php/norewinditerator.construct.html - [similar]
Memcache 関数 2556
« Memcache::setServerParams memcache_debug » PHP Manual Memcache Memcache 関数 Memcache 関数 目次 ... memcache_debug — デバッグ出力のオン/オフを切り替える 関連キーワード: Memcache , 関 ... , memcache , debug , setServerParams , デバッグ , 出力 , オフ , ...
https://man.plustar.jp/php/ref.memcache.html - [similar]
年月日時分秒の値を引く 2531
« DateTimeImmutable::setTimezone DateTimeInterface » PHP Manual DateTimeImmutable 年月日時分秒の ... $newDate -> format ( 'Y-m-d' ) . "\n" ; ?> 上の例の出力は以下となります。 2000-01-10 例2 DateTimeImmutable: ... te -> format ( 'Y-m-d H:i:s' ) . "\n" ; ?> 上の例の出力は以下となります。 2000-01-19 13:59:30 1992-08-15 19 ... newDate2 -> format ( 'Y-m-d' ) . "\n" ; ?> 上の例の出力は以下となります。 2001-03-30 2001-03-02 参考 DateTi ... , 年月 , 分秒 , 日時 , 値 , 変更 , DateInterval , 出力 , interval ...
https://man.plustar.jp/php/datetimeimmutable.sub.html - [similar]
ノードをファイルに正規化する 2531
« DOMNode::C14N DOMNode::cloneNode » PHP Manual DOMNode ノードをファイルに正規化する DOMNode::C1 ... se ノードをファイルに正規化します。 パラメータ uri 出力を書き出すパス。 exclusive 指定した xpath あるいは名 ... たパースを有効にする。 withComments コメントを残して出力する。 xpath ノードを絞り込むための xpath の配列。 n ... ノード , 正規 , DOMNode , ファイル , NFile , array , 出力 , nsPrefixes , exclusive , withComments ...
https://man.plustar.jp/php/domnode.c14nfile.html - [similar]
Updates a value at a given index 2531
« Ds\Deque::rotate Ds\Deque::shift » PHP Manual Deque Updates a value at a given index Ds\Deque: ... -> set ( 1 , "_" ); print_r ( $deque ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Deque Object ... deque [ 1 ] = "_" ; print_r ( $deque ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Deque Object ... ワード: Deque , Ds , Updates , given , a , Object , 出力 , example , not , array ...
https://man.plustar.jp/php/ds-deque.set.html - [similar]