News Feed
Jobs Feed
Sections




News Archive
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


blog comments powered by Disqus

Similar Posts

Brandon Savage's Blog: Build Systems: Relevancy of Automated Builds In A Web World

Bence Eros' Blog: Using Inheritance

Matthew Turland's Blog: Models in Zend Framework

TechRadar.com: How PHP became such a huge success

Fabien Potencier's Blog: Templating Engines in PHP


Community Events











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


functional phpunit zendframework2 example podcast development testing api community database composer code introduction language opinion framework interview release series unittest

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