View Single Post
Old 02-07-2008, 08:58 PM   #16 (permalink)
TlcAndres
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

%s and %d and so on can be used to specify what the expected input it when using sprintf for example

PHP Code:
$var sprintf('this is a %d number','too'
It won't work because %d is used to accept numerical values (if not mistaken)
TlcAndres is offline  
Reply With Quote