検索

phrase: max: clip:
target: order:
Results of 481 - 490 of about 5876 for Public (0.506 sec.)
The parallel\Events\Event class 1961
« parallel\Events\Input::remove parallel\Events\Event\Type » PHP Manual parallel The parallel\Ev ... Event { /* Shall be one of Event\Type constants */ public int $ type ; /* Shall be the source of the event ( ... target name) */ public string $ source ; /* Shall be either Future or Cha ... nnel */ public object $ object ; /* Shall be set for Read/Error e ... vents */ public $ value ; } 関連キーワード: Event , Events , Shall ...
https://man.plustar.jp/php/class.parallel-events-event.html - [similar]
RRDCreator クラス 1961
« rrdc_disconnect RRDCreator::addArchive » PHP Manual RRD RRDCreator クラス RRDCreator クラス (P ... クラス クラス概要 class RRDCreator { /* メソッド */ public __construct ( string $path , string $startTime = ? ... , int $step = 0 ) public addArchive ( string $description ): void public ad ... dDataSource ( string $description ): void public save (): bool } 目次 RRDCreator::addArchive — Adds ... se to a file 関連キーワード: RRDCreator , クラス , public , RRD , string , addArchive , data , addDataSource ...
https://man.plustar.jp/php/class.rrdcreator.html - [similar]
RRDGraph クラス 1961
« RRDCreator::save RRDGraph::__construct » PHP Manual RRD RRDGraph クラス RRDGraph クラス (PECL ... るクラス クラス概要 class RRDGraph { /* メソッド */ public __construct ( string $path ) public save (): array ... public saveVerbose (): array public setOptions ( array $o ... d graph export 関連キーワード: RRDGraph , クラス , public , array , save , construct , RRD , graph , into , ...
https://man.plustar.jp/php/class.rrdgraph.html - [similar]
The XMLDiff\DOM class 1961
« XMLDiff\Base::merge XMLDiff\DOM::diff » PHP Manual XMLDiff The XMLDiff\DOM class The XMLDiff\D ... XMLDiff\DOM extends XMLDiff\Base { /* メソッド */ public diff ( DOMDocument $from , DOMDocument $to ): DOMD ... ocument public merge ( DOMDocument $src , DOMDocument $diff ): DO ... MDocument /* 継承したメソッド */ abstract public XMLDiff\Base::diff ( mixed $from , mixed $to ): mi ... xed abstract public XMLDiff\Base::merge ( mixed $src , mixed $diff ): ...
https://man.plustar.jp/php/class.xmldiff-dom.html - [similar]
The XMLDiff\File class 1961
« XMLDiff\Memory::merge XMLDiff\File::diff » PHP Manual XMLDiff The XMLDiff\File class The XMLDi ... XMLDiff\File extends XMLDiff\Base { /* メソッド */ public diff ( string $from , string $to ): string public ... ng $diff ): string /* 継承したメソッド */ abstract public XMLDiff\Base::diff ( mixed $from , mixed $to ): mi ... xed abstract public XMLDiff\Base::merge ( mixed $src , mixed $diff ): ... document 関連キーワード: XMLDiff , File , string , public , merge , メソッド , from , xmldiff , クラス , 概要 ...
https://man.plustar.jp/php/class.xmldiff-file.html - [similar]
The XMLDiff\Memory class 1961
« XMLDiff\DOM::merge XMLDiff\Memory::diff » PHP Manual XMLDiff The XMLDiff\Memory class The XMLD ... LDiff\Memory extends XMLDiff\Base { /* メソッド */ public diff ( string $from , string $to ): string public ... ng $diff ): string /* 継承したメソッド */ abstract public XMLDiff\Base::diff ( mixed $from , mixed $to ): mi ... xed abstract public XMLDiff\Base::merge ( mixed $src , mixed $diff ): ... cument 関連キーワード: XMLDiff , Memory , string , public , merge , メソッド , from , クラス , 概要 , extend ...
https://man.plustar.jp/php/class.xmldiff-memory.html - [similar]
Yaf_Route_Rewrite クラス 1961
« Yaf_Route_Regex::route Yaf_Route_Rewrite::assemble » PHP Manual Yaf Yaf_Route_Rewrite クラス Y ... $ _default ; protected $ _verify ; /* メソッド */ public __construct ( string $match , array $route , array ... $verify = ? ) public assemble ( array $info , array $query = ? ): strin ... g public route ( Yaf_Request_Abstract $request ): bool /* 継 ... 承したメソッド */ abstract public Yaf_Route_Interface::assemble ( array $info , arra ...
https://man.plustar.jp/php/class.yaf-route-rewrite.html - [similar]
DOMChildNode インターフェイス 1952
« DOMCharacterData::substringData DOMChildNode::after » PHP Manual DOM DOMChildNode インターフェ ... フェイス概要 interface DOMChildNode { /* メソッド */ public after ( DOMNode | string ...$nodes ): void public ... before ( DOMNode | string ...$nodes ): void public remove (): void public replaceWith ( DOMNode | str ... で置き換える 関連キーワード: DOMChildNode , ノード , public , nodes , DOMNode , string , after , before , remo ...
https://man.plustar.jp/php/class.domchildnode.html - [similar]
Yaf_View_Interface クラス 1952
« Yaf_Action_Abstract::getControllerName Yaf_View_Interface::assign » PHP Manual Yaf Yaf_View_In ... class Yaf_View_Interface { /* メソッド */ abstract public assign ( string $name , string $value = ? ): bool ... abstract public display ( string $tpl , array $tpl_vars = ? ): boo ... l abstract public getScriptPath (): void abstract public render ( st ... ring $tpl , array $tpl_vars = ? ): string abstract public setScriptPath ( string $template_dir ): void } 目次 ...
https://man.plustar.jp/php/class.yaf-view-interface.html - [similar]
1952
« 定義済み定数 クラス/オブジェクト関数 » PHP Manual クラス/オブジェクト 例 例 この例では、まず基 ... 例1 クラスの定義 Vegetable <?php class Vegetable { public $edible ; public $color ; public function __constr ... -> edible = $edible ; $this -> color = $color ; } public function isEdible () { return $this -> edible ; } ... ?> Spinach <?php class Spinach extends Vegetable { public $cooked = false ; public function __construct () { ... parent :: __construct ( true , "green" ); } public function cook () { $this -> cooked = true ; } publ ...
https://man.plustar.jp/php/classobj.examples.html - [similar]