API17:JText::printf
From Joomla! Documentation
JText::printf
Description
Passes a string thru an printf.
public static function printf (
$string
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $string | format | The format string. | |
| mixed | Mixednumberofargumentsforthesprintffunction. |
See also
JText::printf source code on BitBucket
Class JText- Other versions of JText::printf
User contributed notes
Code Examples