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:
2025-01-17 19:14:17
1116
- PHP 8.1 / MySQL 5.7 printf phpversion printf phpversion
last run:
2023-07-10 13:49:23
661
- PHP 8.2.13 / MySQL 5.7 printf
last run:
2024-12-04 19:14:01
316
- PHP 5.6 / MySQL 5.7 printf phpversion
last run:
2024-09-03 16:55:12
198
- PHP 7.4 / MySQL 5.7 printf phpversion
last run:
2024-09-03 16:55:12
197
- PHP 8.1 / MySQL 5.7 printf phpversion
last run:
2024-09-03 16:55:13
194
- PHP 8.0 / MySQL 5.7 printf phpversion
last run:
2024-09-03 16:55:13
193
- PHP 8.2.13 / MySQL 5.7 printf phpversion
last run:
2024-09-03 16:55:13
175
printf - New snippets
-
PHP 8.1 / MySQL 5.7 printf
added at:
2025-01-17 12:53:19
1
-
PHP 8.1 / MySQL 5.7 printf
added at:
2025-01-17 12:52:33
1
-
PHP 8.1 / MySQL 5.7 printf phpversion
added at:
2025-01-17 08:28:29
1
-
PHP 8.1 / MySQL 8.0 printf phpversion print_r
added at:
2025-01-17 00:36:46
1
-
PHP 8.1 / MySQL 8.0 printf phpversion print_r
added at:
2025-01-17 00:36:25
1
-
PHP 8.1 / MySQL 5.7 printf phpversion
added at:
2025-01-16 22:05:19
1
-
PHP 8.1 / MySQL 5.7 printf phpversion
added at:
2025-01-16 22:05:06
1
-
PHP 8.1 / MySQL 5.7 printf
added at:
2025-01-16 05:25:50
1
-
PHP 8.1 / MySQL 5.7 printf
added at:
2025-01-16 05:22:58
1
-
PHP 8.1 / MySQL 5.7 printf phpversion
added at:
2025-01-16 04:58:27
1