Hi!
2) use cast syntaxfunction (int $integerObject) {} function ((int) $actualInteger) {} The tradeoff here is an intellectual one: (int) means something different in a method signature than what it means in regular PHP code.
Actually, it means pretty much the same - conversion to int type. -- Stanislav Malyshev, Zend Software Architect [email protected] http://www.zend.com/ (408)253-8829 MSN: [email protected] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
