View Single Post
05-08-2009, 09:08 PM
#9
46Bit is offline 46Bit
Status: Member
Join date: Mar 2009
Location: Yorkshire
Expertise: Web Development
Software:
 
Posts: 275
iTrader: 10 / 100%
 

46Bit is on a distinguished road

Send a message via MSN to 46Bit Send a message via Skype™ to 46Bit

  Old

Originally Posted by wvb View Post
http://php.net/manual/en/function.include.php

include() is a PHP function, like date(), etc

Take a function list:
http://us3.php.net/quickref.php
Originally Posted by php.net
Note: Because this is a language construct and not a function, it cannot be called using variable functions
Just below example #6 on http://php.net/manual/en/function.include.php. include is usable as include('some-file-here.php') mainly to ensure people can use parenthesis if they want to, but it's slower hence the inefficient programming at best comment.

...why am I still posting here...?

Reply With Quote