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
last run:
2024-11-06 12:04:08
917
- 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-11-03 11:17:43
313
- 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
- PHP 8.0 / MySQL 5.7 printf phpversion print_r
last run:
2024-09-26 11:31:52
119
printf - New snippets
-
PHP 8.1 / MySQL 5.7 printf phpversion var_dump
added at:
2024-11-06 03:02:00
1
-
PHP 8.1 / MySQL 5.7 printf
added at:
2024-11-05 12:22:28
1
-
PHP 8.1 / MySQL 5.7 printf
added at:
2024-11-05 12:22:21
1
-
PHP 8.1 / MySQL 5.7 printf
added at:
2024-11-05 12:22:14
1
-
PHP 8.1 / MySQL 5.7 printf phpversion
added at:
2024-11-05 12:20:54
1
-
PHP 8.1 / MySQL 5.7 printf phpversion
added at:
2024-11-05 12:20:29
1
-
PHP 8.1 / MySQL 5.7 printf phpversion
added at:
2024-11-05 12:20:22
1
-
PHP 8.1 / MySQL 5.7 printf phpversion
added at:
2024-11-05 12:20:16
1
-
PHP 8.1 / MS SQL Server 2022 printf phpversion
added at:
2024-11-05 00:22:59
1
-
PHP 8.1 / MS SQL Server 2022 printf phpversion
added at:
2024-11-05 00:22:44
1