Page MenuHomeWickedGov Phorge

Pow.php
No OneTemporary

Size
304 B
Referenced Files
None
Subscribers
None
<?php declare(strict_types=1);
namespace PhpParser\Node\Expr\BinaryOp;
use PhpParser\Node\Expr\BinaryOp;
class Pow extends BinaryOp
{
public function getOperatorSigil() : string {
return '**';
}
public function getType() : string {
return 'Expr_BinaryOp_Pow';
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 20:15 (1 d, 1 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2c/4c/c79f3171d77620d86c5d1f0e7abb
Default Alt Text
Pow.php (304 B)

Event Timeline