Functions i php
Moderator: General Moderators
-
alkakapoor48
- Forum Newbie
- Posts: 2
- Joined: Sat Dec 24, 2011 1:26 am
Functions i php
How we can use the inbuilt functions in php?From where we can call these inbuilt functions?
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: Functions i php
Built-in functions are called like this
Code: Select all
<?php
echo strlen('word');
// will display 4
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering