Iklan1

Saturday, April 18, 2020

catatan php

sprintfReturn a formatted string
Description
sprintf ( string $format [, mixed $... ] ) : string
Returns a string produced according to the formatting string format.

Variables will be co-erced to a suitable type for the specifier:
Type Handling Type     Specifiers
string                             s
integer                           d, u, c, o, x, X, b
double                           g, G, e, E, f, F

No comments:

Post a Comment