Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

David Coallier's Blog:
PHP's Strong typing (SPL_Types) and a bit of ranting about winter...
Nov 27, 2007 @ 14:42:00

David Coallier has posted a nice overview of what SPL Types are in PHP and a brief example of hos they can be used.

I got karma to SPL_Types and added a new SplFloat() object, a few warning typos and more "flexible" strict modes for different types.

SPL_Types are a way to make PHP strongly typed (no adapting variables) to help make a PHP application "more correct" by forcing the variable's type to stay the same. His example shows the creation of a few variables with these new methods and how they can be used, both correctly and incorrectly.

tagged: spltypes stringly typed variable splfloat spltypes stringly typed variable splfloat

Link:

David Coallier's Blog:
PHP's Strong typing (SPL_Types) and a bit of ranting about winter...
Nov 27, 2007 @ 14:42:00

David Coallier has posted a nice overview of what SPL Types are in PHP and a brief example of hos they can be used.

I got karma to SPL_Types and added a new SplFloat() object, a few warning typos and more "flexible" strict modes for different types.

SPL_Types are a way to make PHP strongly typed (no adapting variables) to help make a PHP application "more correct" by forcing the variable's type to stay the same. His example shows the creation of a few variables with these new methods and how they can be used, both correctly and incorrectly.

tagged: spltypes stringly typed variable splfloat spltypes stringly typed variable splfloat

Link:


Trending Topics: