sprintf (string str[, mixed sprint1, mixed sprint2, mixed sprint3, ... , mixed sprintN ]) ⇒ mixed
Performs a replacement of each %s 'sprint' within a string, str.
First available: Version 1.5.4
Comments
sprintf (string str[, mixed sprint1, mixed sprint2, mixed sprint3, ... , mixed sprintN ]) ⇒ mixed
Performs a replacement of each %s 'sprint' within a string, str.
Where to search