6 lines
262 B
Text
6 lines
262 B
Text
|
PHP PECL extension provides possibility to overload operators for PHP objects.
|
||
|
At the moment it allows overloading of the following operators:
|
||
|
+ - * / % << >> . | & ^ ~ ! ++ -- += -= *= /= %= <<= >>= .= |= &= ^= and ~=
|
||
|
|
||
|
WWW: http://pecl.php.net/package/operator
|