検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 2833 for 出力 (0.111 sec.)
プリペアドステートメント 2531
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... ( $result -> fetch_all ( MYSQLI_ASSOC )); 上の例の出力は以下となります。 array(3) { [0]=> array(2) { ["id" ... [ 'label' ], gettype ( $row [ 'label' ])); 上の例の出力は以下となります。 id = 1 (integer) label = PHP (str ... 果を取得する プリペアドステートメントからの結果は、 出力値をバインドして取得することもできますし、 mysqli_re ... t から取得するようにリクエストすることもできます。 出力変数は、ステートメントの実行後にバインドしなければい ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
PHP を使用する初めてのページ 2531
« 必要なものは? 実用的な例 » PHP Manual 簡易チュートリアル PHP を使用する初めてのページ PHP を使 ... る場合、 このファイルは PHP によりパースされ、以下の出力がブラウザに送信されます。 <html> <head> <title>PHP ... はありません。 Hello World を PHP の echo 命令により出力しているだけです。 このファイルは、実行ファイルまたは ... ファイルと考えることができます。 この例を試しても何も出力されない場合、または、 ダウンロード用のプロンプトが表 ... す。 複数の PHP ブロックを使用している場合や、 何かを出力するのかどうかがわからないファイルを include する際な ...
https://man.plustar.jp/php/tutorial.firstpage.html - [similar]
ISO 日付を設定する 2506
« DateTimeImmutable::setDate DateTimeImmutable::setTime » PHP Manual DateTimeImmutable ISO 日付を ... ate_format ( $date , 'Y-m-d' ) . "\n" ; ?> 上の例の出力は以下となります。 2008-01-07 2008-01-13 例2 範囲を超 ... $newDate -> format ( 'Y-m-d' ) . "\n" ; ?> 上の例の出力は以下となります。 2008-01-13 2008-01-14 2009-01-04 ... 14 ); echo $newDate -> format ( 'n' ); ?> 上の例の出力は以下となります。 3 参考 DateTimeImmutable::setDate ... TimeImmutable , 設定 , setISODate , オブジェクト , 出力 , int , 形式 , 手続き , オフセット ...
https://man.plustar.jp/php/datetimeimmutable.setisodate.html - [similar]
基底ノード型を作成する際に使用する拡張クラスを登録する 2506
« DOMDocument::normalizeDocument DOMDocument::relaxNGValidate » PHP Manual DOMDocument 基底ノード ... oo' , 'bar' ); echo $doc -> saveXML (); ?> 上の例の出力は以下となります。 <?xml version="1.0"?> <root><chil ... ソッドの助けを借ります.. echo $element ; ?> 上の例の出力は以下となります。 string(9) "myElement" text in chi ... get_class ( $child -> ownerDocument )); ?> 上の例の出力は以下となります。 string(13) "myDOMDocument" string ... > childNodes [ 0 ]-> myProp , PHP_EOL ; ?> 上の例の出力は以下となります。 modified value default value 関連 ...
https://man.plustar.jp/php/domdocument.registernodeclass.html - [similar]
Returns the value at a given index 2506
« Ds\Deque::first Ds\Deque::insert » PHP Manual Deque Returns the value at a given index Ds\Dequ ... 1 )); var_dump ( $deque -> get ( 2 )); ?> 上の例の出力は、 たとえば以下のようになります。 string(1) "a" st ... deque [ 1 ]); var_dump ( $deque [ 2 ]); ?> 上の例の出力は、 たとえば以下のようになります。 string(1) "a" st ... ード: Returns , given , Deque , Ds , string , the , 出力 , example , not , array ...
https://man.plustar.jp/php/ds-deque.get.html - [similar]
Returns the value at a given index 2506
« Ds\Sequence::first Ds\Sequence::insert » PHP Manual Sequence Returns the value at a given inde ... )); var_dump ( $sequence -> get ( 2 )); ?> 上の例の出力は、 たとえば以下のようになります。 string(1) "a" st ... ce [ 1 ]); var_dump ( $sequence [ 2 ]); ?> 上の例の出力は、 たとえば以下のようになります。 string(1) "a" st ... : Returns , given , Sequence , Ds , string , the , 出力 , example , not , array ...
https://man.plustar.jp/php/ds-sequence.get.html - [similar]
Returns the value at a given index 2506
« Ds\Set::first Ds\Set::intersect » PHP Manual Set Returns the value at a given index Ds\Set::ge ... ( 1 )); var_dump ( $set -> get ( 2 )); ?> 上の例の出力は、 たとえば以下のようになります。 string(1) "a" st ... ( $set [ 1 ]); var_dump ( $set [ 2 ]); ?> 上の例の出力は、 たとえば以下のようになります。 string(1) "a" st ... ワード: Returns , given , Set , Ds , string , the , 出力 , example , not , array ...
https://man.plustar.jp/php/ds-set.get.html - [similar]
Returns the value at a given index 2506
« Ds\Vector::first Ds\Vector::insert » PHP Manual Vector Returns the value at a given index Ds\V ... 1 )); var_dump ( $vector -> get ( 2 )); ?> 上の例の出力は、 たとえば以下のようになります。 string(1) "a" st ... ctor [ 1 ]); var_dump ( $vector [ 2 ]); ?> 上の例の出力は、 たとえば以下のようになります。 string(1) "a" st ... 連キーワード: Returns , given , Ds , string , the , 出力 , example , not , array , using ...
https://man.plustar.jp/php/ds-vector.get.html - [similar]
文字列をより小さな部分に分割する 2506
« chr convert_cyr_string » PHP Manual String 関数 文字列をより小さな部分に分割する chunk_split ( ... 小さな部分に分割する際に使用され、 base64_encode() の出力を RFC 2045の規約に基づいた出力に変換するといった用途 ... ring , split , chunk , length , separator , 関数 , 出力 , 変換 ...
https://man.plustar.jp/php/function.chunk-split.html - [similar]
正確な除算 2506
« gmp_div gmp_export » PHP Manual GMP 関数 正確な除算 gmp_divexact (PHP 4 >= 4.0.4, PHP 5, PHP 7 ... で割り切れることがわかっている場合にのみ正確な結果を出力します。 パラメータ num1 割られる数。 GMP オブジェク ... ります echo gmp_strval ( $div2 ) . "\n" ; ?> 上の例の出力は以下となります。 5 2863311534 関連キーワード: num ... , 除算 , divexact , 数値 , オブジェクト , 出力 , 変換 , 整数 , 形式 , int ...
https://man.plustar.jp/php/function.gmp-divexact.html - [similar]