string _sprintf(int fmt, mapping(string:mixed) params)
Returns the following:
If fmt is 's'.
's'
If fmt is 'O'.
'O'
Otherwise it formats a 0 (zero).
0