検索

phrase: max: clip:
target: order:
Results of 411 - 420 of about 580 for 動作 (0.028 sec.)
ArrayObject クラス 3348
« その他のクラスおよびインターフェイス ArrayObject::append » PHP Manual その他のクラスおよびイン ... 8) はじめに このクラスは、オブジェクトを配列として動作させます。 クラス概要 class ArrayObject implements I ...
https://man.plustar.jp/php/class.arrayobject.html - [similar]
SoapClient クラス 3348
« use_soap_error_handler SoapClient::__call » PHP Manual SOAP SoapClient クラス SoapClient クラス ... トとなります。 WSDL モードあるいは non-WSDL モードで動作します。 クラス概要 class SoapClient { /* プロパティ ...
https://man.plustar.jp/php/class.soapclient.html - [similar]
ソケットコンテキストオプション一覧 3348
« コンテキストオプションとパラメータ HTTP コンテキストオプション » PHP Manual コンテキストオプシ ... テキストオプション一覧 説明 ここでは、ソケット越しに動作するラッパー すなわち tcp 、 http あるいは ftp でサポ ...
https://man.plustar.jp/php/context.socket.html - [similar]
for 3348
« do-while foreach » PHP Manual 制御構造 for for (PHP 4, PHP 5, PHP 7, PHP 8) for ループは、PHPで ... 最も複雑なループです。 for は、Cのforループと同様に動作します。 for ループの構文は、次のようになります。 fo ...
https://man.plustar.jp/php/control-structures.for.html - [similar]
時刻の文字列を指定されたフォーマットに従ってパースする 3348
« DateTimeImmutable::__construct DateTimeImmutable::createFromInterface » PHP Manual DateTimeImm ... 2 17:01:37 +0000 上の結果は奇妙に見えますが、正しい動作です。 なぜなら、以下のようなオーバーフローが発生して ... 0 01:00:00 +0000 上の結果は奇妙に見えますが、正しい動作です。 なぜなら、以下のようなオーバーフローが発生して ...
https://man.plustar.jp/php/datetimeimmutable.createfromformat.html - [similar]
Periodic ウォッチャーの操作モード 3348
« ウォッチャーのコールバック Ev » PHP Manual Ev Periodic ウォッチャーの操作モード Periodic ウォッ ... および reschedule_cb の設定によってさまざまなモードで動作します。 絶対時刻のタイマー 。 このモードでは、 inte ...
https://man.plustar.jp/php/ev.periodic-modes.html - [similar]
リモートファイルの使用 3348
« 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow ... e , 1024 ); /* タイトルとタグが同じ行にある場合のみ動作します。 */ if ( preg_match ( "@\<title\>(.*)\</titl ...
https://man.plustar.jp/php/features.remote-files.html - [similar]
配列の一部を展開する 3348
« array_shift array_splice » PHP Manual 配列 関数 配列の一部を展開する array_slice (PHP 4, PHP 5 ... リセットします。 preserve_keys を true にする事でこの動作を変更することができます。 文字列のキーは、このパラメ ...
https://man.plustar.jp/php/function.array-slice.html - [similar]
ファイルのモードを変更する 3348
« chgrp chown » PHP Manual ファイルシステム 関数 ファイルのモードを変更する chmod (PHP 4, PHP 5, ... を付ける必要があります。 "g+w" のような文字列は正常に動作しません。 <?php chmod ( "/somedir/somefile" , 755 ) ...
https://man.plustar.jp/php/function.chmod.html - [similar]
名前を指定して定数を定義する 3348
« constant defined » PHP Manual その他の関数 名前を指定して定数を定義する define (PHP 4, PHP 5, ... ting ; // "Hello you." を出力します // PHP 7 以降で動作します define ( 'ANIMALS' , array( 'dog' , 'cat' , ' ...
https://man.plustar.jp/php/function.define.html - [similar]