検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 372 for private (0.024 sec.)
match 3878
« switch declare » PHP Manual 制御構造 match match (PHP 8) match 式は、値の一致をチェックした結果 ... handled match value of type int" ["string":"Error":private]=> string(0) "" ["code":protected]=> int(0) ["file ... CgGK" ["line":protected]=> int(6) ["trace":"Error":private]=> array(0) { } ["previous":"Error":private]=> NUL ...
https://man.plustar.jp/php/control-structures.match.html - [similar]
現在のキャッシュの有効期限を取得/設定する 3878
« session_abort session_cache_limiter » PHP Manual セッション関数 現在のキャッシュの有効期限を取 ... e_expire() の例 <?php /* set the cache limiter to 'private' */ session_cache_limiter ( 'private' ); $cache_li ...
https://man.plustar.jp/php/function.session-cache-expire.html - [similar]
SNMP オブジェクトの値を設定する 3878
« SNMP::getnext SNMP::setSecurity » PHP Manual SNMP SNMP オブジェクトの値を設定する SNMP::set (P ... n = new SNMP ( SNMP :: VERSION_2C , "127.0.0.1" , "private" ); $session -> set ( 'SNMPv2-MIB::sysContact.0' , ... n = new SNMP ( SNMP :: VERSION_2C , "127.0.0.1" , "private" ); $session -> set (array( 'SNMPv2-MIB::sysContac ... n = new SNMP ( SNMP :: VERSION_2C , "127.0.0.1" , "private" ); $session -> set ( 'FOO-MIB::bar.42' , 'b' , '0 ...
https://man.plustar.jp/php/snmp.set.html - [similar]
クラスのデフォルトプロパティを取得する 3851
« get_class_methods get_class » PHP Manual クラス/オブジェクト関数 クラスのデフォルトプロパティを ... ありません... var $var2 = "xyz" ; var $var3 = 100 ; private $var4 ; // コンストラクタ function __construct () ... lass TestCase { public $a = 1 ; protected $b = 2 ; private $c = 3 ; public static function expose () { echo f ...
https://man.plustar.jp/php/function.get-class-vars.html - [similar]
URL エンコードされたクエリ文字列を生成する 3851
« get_meta_tags parse_url » PHP Manual URL 関数 URL エンコードされたクエリ文字列を生成する http_ ... licParent' ; protected $prot = 'protectedParent' ; private $priv = 'privateParent' ; public $pub_bar = null ; ... protected $prot_bar = null ; private $priv_bar = null ; public function __construct (){ ... ublicChild' ; protected $prot = 'protectedChild' ; private $priv = 'privateChild' ; } $parent = new parentCla ...
https://man.plustar.jp/php/function.http-build-query.html - [similar]
オブジェクト定数 3851
« プロパティ クラスのオートローディング » PHP Manual クラスとオブジェクト オブジェクト定数 オブジ ... ス範囲 <?php class Foo { public const BAR = 'bar' ; private const BAZ = 'baz' ; } echo Foo :: BAR , PHP_EOL ; ... す。 bar Fatal error: Uncaught Error: Cannot access private const Foo::BAZ in … 注意 : PHP 7.1.0 以降は、クラス ...
https://man.plustar.jp/php/language.oop5.constants.html - [similar]
定義済み定数 3851
« リソース型 Uopz 関数 » PHP Manual uopz 定義済み定数 定義済み定数 以下の定数が定義されています。 ... TECTED ( int ) Mark function as protected ZEND_ACC_PRIVATE ( int ) Mark function as private ZEND_ACC_STATIC ( ...
https://man.plustar.jp/php/uopz.constants.html - [similar]
The EventSslContext class 3816
« EventListener::setErrorCallback EventSslContext::__construct » PHP Manual Event The EventSslCo ... rtificate chain of issuers. local_pk Path to local private key file 定義済み定数 EventSslContext::SSLv2_CLIEN ... ::__construct() . The option points to path of the private key. EventSslContext::OPT_PASSPHRASE Key for an it ...
https://man.plustar.jp/php/class.eventsslcontext.html - [similar]
Iterator インターフェイス 3816
« Traversable Iterator::current » PHP Manual 定義済みのインターフェイスとクラス Iterator インター ... です。 <?php class myIterator implements Iterator { private $position = 0 ; private $array = array( "firstelem ...
https://man.plustar.jp/php/class.iterator.html - [similar]
3816
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... repeat the input. */ class MyListenerConnection { private $bev , $base ; public function __destruct () { $th ... MyListener { public $base , $listener , $socket ; private $conn = array(); public function __destruct () { f ... llowing: Caught signal 15 */ class MyEventSignal { private $base ; function __construct ( $base ) { $this -> ... repeat the input. */ class MyListenerConnection { private $bev , $base ; public function __destruct () { if ...
https://man.plustar.jp/php/event.examples.html - [similar]