Official ZPE/YASS documentationsprintf
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
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
There are no comments on this page.