News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

Wes Shell's Blog:
Quicky 1 PHP is Loosely Typed '" What does that Mean?
October 09, 2009 @ 12:30:11

Wes Shell has posted a "PHP quicky" to his blog today looking at something at the core of the PHP language - its loosely-typed nature.

A loosely typed language such as PHP is a language that does not require you to declare a variable type when declaring a variable. What does that mean? In PHP when you declare a variable, you can with no need to worry about what kind of data will be stored in that variable.

He compares it to some of the other strictly-typed languages where the variable must be set up and cast to the type and the flexibility that having looser types can have over it. He also looks at some of the drawbacks (ex. can lead to bad code) and advantages (ex. highly dynamic, flexible applications) of this method.

0 comments voice your opinion now!
loosely typed language opinion




Community Events





Don't see your event here?
Let us know!


injection testing community podcast api zendframework2 database language framework application zendframework release symfony2 voicesoftheelephpant opinion unittest introduction interview phpunit conference

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework