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

International PHP Magazine:
Poll Question: You Did Not Know That
Sep 18, 2006 @ 19:16:19

The International PHP Magazine has conducted a poll on its website over the past week, this time asking "You Did Not Know That...", asking developers which of the true statements about PHP they didn't know about.

The options this time were:

  • The trailing '?>' in PHP is Optional
  • You can embed other programming languages in PHP
  • Objects can be made to look like arrays by using Standard PHP Library
  • require is faster than require_once
  • Anything Less than 5.1.0 is Silly
  • All
There wasn't a whole lot of difference in the results of this poll, but the most all-inclusive of the list was the one selected the most - "All". Following that, was that the trailing closing PHP tag is optional, then a tie for third between the "embed other languages" and "Less than PHP 5.1.0" options.

Be sure to cast your vote in their latest poll that asks readers that they're really looking for in their frameworks.

tagged: poll question did not know embed other language framework poll question did not know embed other language framework

Link:


Trending Topics: