printf
printf — Output a formatted string.Description
printf( string $format,Produces output according to format.
mixed ...$values ): int
Parameters
format
The format string is composed of zero or more directives: ordinary characters (excluding %) that are copied directly to the result and conversion specifications, each of which results in fetching its own parameter.
A conversion specification follows this prototype: %[argnum$][flags][width][.precision]specifier.
Return Values
Returns the length of the outputted string.More information about printf on official PHP documentation site
printf - Popular snippets
- PHP 8.1 / MySQL 5.7 printf phpversion printf phpversion
last run:
2023-03-24 21:52:28
252
- PHP 8.2.3 / MySQL 5.7 printf
last run:
2023-03-25 16:25:25
217
- PHP 8.0 / MySQL 5.7 printf phpversion print_r
last run:
2023-02-11 17:18:25
62
- PHP 8.0 / MySQL 5.7 printf phpversion
last run:
2023-03-09 07:08:43
50
- PHP 8.2.3 / MySQL 5.7 printf phpversion
last run:
2023-03-19 06:32:25
41
- PHP 5.6 / MySQL 5.7 printf phpversion
last run:
2023-03-24 20:44:18
41
- PHP 8.1 / MySQL 5.7 printf phpversion
last run:
2023-03-24 20:44:19
41
- PHP 8.0 / MySQL 5.7 printf phpversion
last run:
2023-03-24 20:44:19
40
- PHP 7.4 / MySQL 5.7 printf phpversion
last run:
2023-03-24 20:44:18
40
printf - New snippets
-
PHP 8.2.3 / MySQL 5.7 printf
added at:
2023-03-25 16:30:18
1
-
PHP 8.2.3 / MySQL 5.7 print_r printf
added at:
2023-03-25 16:29:42
2
-
PHP 8.2.3 / MySQL 5.7 print_r printf
added at:
2023-03-25 16:29:27
1
-
PHP 8.2.3 / MySQL 5.7 printf printf
added at:
2023-03-25 16:28:55
1
-
PHP 8.2.3 / MySQL 5.7 printf
added at:
2023-03-25 16:26:27
1
-
PHP 8.1 / MySQL 5.7 printf
added at:
2023-03-25 16:24:59
1
-
PHP 8.1 / MySQL 5.7 printf
added at:
2023-03-25 16:24:34
1
-
PHP 8.2.3 / MariaDB 10 printf phpversion
added at:
2023-03-25 14:40:17
1
-
PHP 8.1 / MySQL 5.7 printf phpversion mysqli_num_rows
added at:
2023-03-24 07:05:54
3