検索

phrase: max: clip:
target: order:
Results of 691 - 700 of about 5876 for Public (0.225 sec.)
Dynamically changes the code of the given method 1639
« runkit7_method_copy runkit7_method_remove » PHP Manual runkit7 関数 Dynamically changes the co ... ent_list , string $code , int $flags = RUNKIT7_ACC_PUBLIC , string $doc_comment = null , string $return_type ... name , Closure $closure , int $flags = RUNKIT7_ACC_PUBLIC , string $doc_comment = null , string $return_type ... hod. flags The redefined method can be RUNKIT7_ACC_PUBLIC , RUNKIT7_ACC_PROTECTED or RUNKIT7_ACC_PRIVATE opt ... e' , 'foo' , '' , 'return "bar!\n";' , RUNKIT7_ACC_PUBLIC ); // output Example::foo() (after redefine) echo ...
https://man.plustar.jp/php/function.runkit7-method-redefine.html - [similar]
列挙型と static メソッド 1639
« 列挙型とメソッド 列挙型と定数 » PHP Manual 列挙型(Enum) 列挙型と static メソッド 列挙型と stat ... num Size { case Small ; case Medium ; case Large ; public static function fromLength ( int $cm ): static { r ... => static:: Large , }; } } ?> static メソッドには public, private, protected が指定できますが、 列挙型では実 ... tatic , private , protected , 定数 , Enum , 理由 , public , 継承 , ...
https://man.plustar.jp/php/language.enumerations.static-methods.html - [similar]
デフォルトプロパティを取得する 1639
« ReflectionClass::getConstructor ReflectionClass::getDocComment » PHP Manual ReflectionClass デ ... ltProperties — デフォルトプロパティを取得する 説明 public ReflectionClass::getDefaultProperties (): array ク ... y = 'inheritedDefault' ; } class Foo extends Bar { public $property = 'propertyDefault' ; private $privatePr ... operty = 'privatePropertyDefault' ; public static $staticProperty = 'staticProperty' ; public ...
https://man.plustar.jp/php/reflectionclass.getdefaultproperties.html - [similar]
private プロパティであるかどうかを調べる 1639
« ReflectionProperty::isInitialized ReflectionProperty::isPromoted » PHP Manual ReflectionProper ... te — private プロパティであるかどうかを調べる 説明 public ReflectionProperty::isPrivate (): bool private プロ ... 場合に false を返します。 参考 ReflectionProperty::isPublic() - public プロパティであるかどうかを調べる Reflec ... ーワード: ReflectionProperty , private , isPrivate , public , パラメータ , isInitialized , isPromoted , 関数 , ... 参考 , isPublic ...
https://man.plustar.jp/php/reflectionproperty.isprivate.html - [similar]
protected プロパティであるかどうかを調べる 1639
« ReflectionProperty::isPromoted ReflectionProperty::isPublic » PHP Manual ReflectionProperty pr ... — protected プロパティであるかどうかを調べる 説明 public ReflectionProperty::isProtected (): bool protected ... 場合に false を返します。 参考 ReflectionProperty::isPublic() - public プロパティであるかどうかを調べる Reflec ... : ReflectionProperty , protected , isProtected , isPublic , public , パラメータ , isPromoted , 関数 , 参考 , ...
https://man.plustar.jp/php/reflectionproperty.isprotected.html - [similar]
プロパティが readonly かを調べる 1639
« ReflectionProperty::isPublic ReflectionProperty::isStatic » PHP Manual ReflectionProperty プロ ... isReadOnly — プロパティが readonly かを調べる 説明 public ReflectionProperty::isReadOnly (): bool プロパティ ... 場合、 false を返します。 参考 ReflectionProperty::isPublic() - public プロパティであるかどうかを調べる Reflec ... ード: ReflectionProperty , readonly , isReadOnly , isPublic , isStatic , public , パラメータ , 関数 , 参考 , i ...
https://man.plustar.jp/php/reflectionproperty.isreadonly.html - [similar]
staticプロパティであるかどうかを調べる 1639
« ReflectionProperty::isReadOnly ReflectionProperty::setAccessible » PHP Manual ReflectionProper ... atic — staticプロパティであるかどうかを調べる 説明 public ReflectionProperty::isStatic (): bool staticプロパ ... 場合に false を返します。 参考 ReflectionProperty::isPublic() - public プロパティであるかどうかを調べる Reflec ... lectionProperty , static , isStatic , isReadOnly , public , パラメータ , setAccessible , 関数 , 参考 , isPub ...
https://man.plustar.jp/php/reflectionproperty.isstatic.html - [similar]
SNMP セッションを閉じる 1639
« SNMP SNMP::__construct » PHP Manual SNMP SNMP セッションを閉じる SNMP::close (PHP 5 >= 5.4.0, ... PHP 8) SNMP::close — SNMP セッションを閉じる 説明 public SNMP::close (): bool SNMP セッションオブジェクトを ... on = new SNMP ( SNMP :: VERSION_1 , "127.0.0.1" , "public" ); # ... # get, walk, etc goes here # ... $sessio ... 連キーワード: セッション , construct , パラメータ , public , オブジェクト , 関数 , 成功 , 失敗 , 参考 , リモー ...
https://man.plustar.jp/php/snmp.close.html - [similar]
値をエンジンに設定する 1639
« Yaf_View_Simple::render Yaf_View_Simple::setScriptPath » PHP Manual Yaf_View_Simple 値をエンジ ... f_View_Simple::__set — 値をエンジンに設定する 説明 public Yaf_View_Simple::__set ( string $name , mixed $val ... IndexController extends Yaf_Controller_Abstract { public function indexAction () { $this -> getView ()-> fo ... sign , 変数 , assignRef , render , setScriptPath , public ...
https://man.plustar.jp/php/yaf-view-simple.set.html - [similar]
ReflectionType クラス 1630
« ReflectionProperty::__toString ReflectionType::allowsNull » PHP Manual リフレクション Reflecti ... lectionType implements Stringable { /* メソッド */ public allowsNull (): bool public __toString (): string } ... ReflectionType , クラス , toString , allowsNull , public , isBuiltin , ReflectionNamedType , チェック , 移動 ...
https://man.plustar.jp/php/class.reflectiontype.html - [similar]