検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 2650 for 上の (0.056 sec.)
指定したオブジェクト ID に続く SNMP オブジェクトを取得する 2399
« SNMP::getError SNMP::set » PHP Manual SNMP 指定したオブジェクト ID に続く SNMP オブジェクトを取 ... array( "sysDescr.0" )); print_r ( $nsysdescr ); ?> 上の例の出力は、 たとえば以下のようになります。 OID: NET ... )); print_r ( $results ); $session -> close (); ?> 上の例の出力は、 たとえば以下のようになります。 Array ( ...
https://man.plustar.jp/php/snmp.getnext.html - [similar]
BLOB を読み取るためのストリームリソースを開く 2399
« SQLite3::open SQLite3::prepare » PHP Manual SQLite3 BLOB を読み取るためのストリームリソースを開 ... ise the next line would fail $conn -> close (); ?> 上の例の出力は以下となります。 Lorem ipsum 例2 インクリメ ... ( "SELECT text FROM test" ); $conn -> close (); ?> 上の例の出力は以下となります。 Lorem ipsum Lorem ipsum L ...
https://man.plustar.jp/php/sqlite3.openblob.html - [similar]
相対指定文字列から DateInterval を作成する 2331
« DateInterval::__construct DateInterval::format » PHP Manual DateInterval 相対指定文字列から Da ... romDateString ( 'last weekday' ); var_dump ( $i ); 上の例の PHP 8.2 での出力は、このようになります。: objec ... rue) ["date_string"]=> string(12) "last weekday" } 上の例の PHP 8 での出力は、たとえば以下のようになります。 ...
https://man.plustar.jp/php/dateinterval.createfromdatestring.html - [similar]
タイムゾーンの変遷を返す 2331
« DateTimeZone::getOffset DateTimeZone::listAbbreviations » PHP Manual DateTimeZone タイムゾーン ... rint_r ( array_slice ( $transitions , 0 , 3 )); ?> 上の例の出力は、 たとえば以下のようになります。 Array ( ... rint_r ( array_slice ( $transitions , 0 , 3 )); ?> 上の例の出力は、 たとえば以下のようになります。 Array ( ...
https://man.plustar.jp/php/datetimezone.gettransitions.html - [similar]
新しい要素ノードを作成する 2331
« DOMDocument::createDocumentFragment DOMDocument::createElementNS » PHP Manual DOMDocument 新し ... endChild ( $element ); echo $dom -> saveXML (); ?> 上の例の出力は以下となります。 <?xml version="1.0" encod ... endChild ( $element ); echo $dom -> saveXML (); ?> 上の例の出力は、 たとえば以下のようになります。 Warning: ...
https://man.plustar.jp/php/domdocument.createelement.html - [similar]
PHP の関数を XPath 関数として登録する 2331
« DOMXPath::registerNamespace DOM 関数 » PHP Manual DOMXPath PHP の関数を XPath 関数として登録す ... -> nodeValue ; echo " $title by $author \n" ; } ?> 上の例の出力は、 たとえば以下のようになります。 Found 2 ... ( "title" )-> item ( 0 )-> nodeValue . "\n" ; } ?> 上の例の出力は、 たとえば以下のようになります。 Books wi ...
https://man.plustar.jp/php/domxpath.registerphpfunctions.html - [similar]
Associates a key with a value 2331
« Ds\Map::pairs Ds\Map::putAll » PHP Manual Map Associates a key with a value Ds\Map::put (PECL ... 2 ); $map -> put ( "c" , 3 ); print_r ( $map ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Map O ... \ HashableObject ( 2 ), 8 ); var_dump ( $map ); ?> 上の例の出力は、 たとえば以下のようになります。 object(D ...
https://man.plustar.jp/php/ds-map.put.html - [similar]
Creates a new instance 2331
« Ds\PriorityQueue::clear Ds\PriorityQueue::copy » PHP Manual PriorityQueue Creates a new instan ... w \ Ds \ PriorityQueue (); var_dump ( $queue ); ?> 上の例の出力は、 たとえば以下のようになります。 object(D ...
https://man.plustar.jp/php/ds-priorityqueue.construct.html - [similar]
拡張モジュールの一覧/分類 2331
« コア php.ini ディレクティブに関する説明 アルファベット順 » PHP Manual 付録 拡張モジュールの一覧 ... この付録では、PHP マニュアルに掲載されている 150 以上の 拡張モジュールを分類します。 関連キーワード: 拡張 ...
https://man.plustar.jp/php/extensions.html - [similar]
PUT メソッドのサポート 2331
« 複数ファイルのアップロード 参考 » PHP Manual ファイルアップロードの処理 PUT メソッドのサポート ... す。 Apache または PHP に おいて全ての人が Web ツリー上の任意のファイルを自動的に上書きできる ようにするという ... います。 これは、アップロードされたファイルをサーバー上のファイル myputfile.ext にコピーします。 ファイルコピ ...
https://man.plustar.jp/php/features.file-upload.put-method.html - [similar]