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-07-10 13:49:23
661
- PHP 8.1 / MySQL 5.7 printf phpversion
last run:
2023-09-27 19:35:35
267
- PHP 8.2.3 / MySQL 5.7 printf
last run:
2023-09-24 16:13:50
253
- PHP 5.6 / MySQL 5.7 printf phpversion
last run:
2023-09-24 20:14:16
130
- PHP 7.4 / MySQL 5.7 printf phpversion
last run:
2023-09-24 20:14:16
129
- PHP 8.1 / MySQL 5.7 printf phpversion
last run:
2023-09-24 20:14:17
128
- PHP 8.0 / MySQL 5.7 printf phpversion
last run:
2023-09-24 20:14:17
127
- PHP 8.2.3 / MySQL 5.7 printf phpversion
last run:
2023-09-24 20:14:18
108
- PHP 8.0 / MySQL 5.7 printf phpversion print_r
last run:
2023-09-26 15:29:21
80
printf - New snippets
-
PHP 8.1 / MySQL 5.7 printf phpversion printf phpversion
added at:
2023-09-24 20:14:54
2
-
PHP 8.0 / MySQL 5.7 printf phpversion
added at:
2023-09-24 19:37:35
1
-
PHP 7.4 / MySQL 5.7 printf phpversion
added at:
2023-09-24 19:37:32
1
-
PHP 5.6 / MySQL 5.7 printf phpversion
added at:
2023-09-24 19:37:27
1
-
PHP 8.2.3 / MySQL 5.7 printf
added at:
2023-09-21 10:37:09
1
-
PHP 8.2.3 / MySQL 5.7 mysqli_query mysqli_num_rows mysqli_fetch_assoc printf
added at:
2023-09-17 10:27:55
2
-
PHP 8.2.3 / MySQL 5.7 mysqli_query mysqli_num_rows mysqli_fetch_assoc printf
added at:
2023-09-17 10:27:36
1
-
PHP 8.2.3 / MySQL 5.7 mysqli_query mysqli_num_rows mysqli_fetch_assoc printf
added at:
2023-09-17 10:26:29
1
-
PHP 8.2.3 / MySQL 5.7 mysqli_query mysqli_num_rows mysqli_fetch_assoc printf
added at:
2023-09-17 10:25:47
1