Functions i php
Posted: Sat Dec 24, 2011 6:43 am
How we can use the inbuilt functions in php?From where we can call these inbuilt functions?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
echo strlen('word');
// will display 4