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:
2024-12-20 14:16:59
1080
- 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.2.13 / MySQL 5.7 abs printf phpversion
added at:
2024-12-20 13:37:42
1
-
PHP 8.2.13 / MySQL 5.7 printf phpversion
added at:
2024-12-20 13:37:23
1
-
PHP 8.1 / MariaDB 10 printf phpversion printf phpversion
added at:
2024-12-19 06:39:36
1
-
PHP 8.1 / MariaDB 11.5 mysqli_query printf
added at:
2024-12-18 11:52:32
1
-
PHP 8.1 / MariaDB 11.5 printf
added at:
2024-12-18 11:51:11
1
-
PHP 8.1 / MariaDB 11.5 printf
added at:
2024-12-18 11:51:07
1
-
PHP 8.1 / MariaDB 11.5 printf phpversion
added at:
2024-12-18 11:50:22
1
-
PHP 8.1 / MariaDB 11.5 printf phpversion
added at:
2024-12-18 11:50:06
1
-
PHP 8.1 / MariaDB 11.5 printf phpversion
added at:
2024-12-18 11:49:33
1