PHP strval function
Like this blog? Consider exploring one of our sponsored banner ads...
strval
(PHP 3, PHP 4, PHP 5)
strval — Get string value of a variableDescriptionstring strval ( mixed var )
Returns the string value of var.
See the documentation on string for more information
on converting to string.
var may be any scalar type. You cannot use
strval() on arrays or objects.
floatval()intval()settype()Type juggling
About this entry
You’re currently reading “PHP strval function,” an entry on BRADINO
- Published:
- 2.26.07 / 12am
- Category:
- PHP Functions
- Tags:
No comments
Jump to comment form | comments rss [?] | trackback uri [?]