Home > Article > Backend Development > 10 recommended articles about php format
In PHP, there are many ways to format strings. According to the formatting type, it can be divided into string formatting and numeric character formatting. Numeric character formatting is the most commonly used. Next, we will first explain the number_format() function in detail about the numeric character formatting function. The number_format() function is defined to format numeric strings. The syntax format is as follows: number_format(number, decimals, decimalpoint, separator) Parameter description: The number_format() function can have 1, 2 or 4 parameters, but not 3 parameters. If there is only one parameter, number, the value after the decimal point will be discarded after formatting, and the third digit will be separated by a comma (,); if there are two parameters, number will be formatted to the decimals digit after the decimal point. , decimalpoint is used to replace the decimal point (.), and separator is used to replace the comma (,) that separates the third digit. Use the number_format() function
1. PHP format string function example usage introduction
Introduction: In PHP, there are many ways to format strings. According to the formatting type, it can be divided into string formatting and numeric character formatting. Numeric character formatting is the most common. Commonly used.
2. What is php file? How to open it? Four ways to open php format files (picture)
##Introduction: How to open php files? To figure out how to open a php file, first let's look at what a php file is. PHP is a web script, and the file suffix is .php, as shown below. PHP file format example But unlike the html xml tag language, it can be browsed directly The PHP file needs to have a PHP running environment before it can be accessed and opened. If you only edit the PHP file, you only need to use:
3. PHP formatting time, how many times minutes ago, hours ago
Introduction: PHP formatting time, minutes ago, hours ago
Introduction: PHP formatting byte size_custom method
5. PHP formatting (file) storage data size (SIZE) display
Introduction:: This article mainly introduces PHP formatting (file) storage data size (SIZE) display. Students who are interested in PHP tutorials can refer to it.
6. php formatting amount function sharing
Introduction::This article mainly introduces php formatting Sharing of the amount function, students who are interested in PHP tutorials can refer to it.
7. Tools|PHP formatted output array
Introduction::This article mainly introduces the tools| PHP formats output arrays. Students who are interested in PHP tutorials can refer to it.
8. php recursive formatting number type php code formatting tool sublime php formatting php array format
Introduction: php, formatting: php recursively formats number types: /*** Convert numbers to dates recursively*@param list*@return list**/function day2str($key,$obj,$keys=array('create_time'=>'Y-m-d','s_time '=>'Y-m-d','e_time'=>'Y-m-d','usetime'=>'Y-m-d G:i:s')){if(is_array($obj)){// If it is obj or
9. php format json function sample code
Introduction:: Sample code of php formatted json function: This article describes the sample code of php formatted json function. Share it with everyone for your reference, the details are as follows: 0,"data"=>array('a' => 1, 'b' => '2', 'c' => 3, 'd' = > 4, 'e' => 5));$json = json_encode($arr);/*** Formats a JSON string for pretty prin
##10. beautiful love mp3 php formatting tool Beautify PHP small BUG
Introduction: beautiful love mp3:beautiful love mp3 php formatting tool Beautify PHP small BUG: Beautify PHP, Very useful PHP formatting tool http://www.bierkandt.org/beautify/ http://pear.php.net/package/PHP_Beautifier/download Recently, new people have been added to the group, and their code is not very standardized. It’s really uncomfortable. This tool is really easy to use. No matter how messy the code is, it can be formatted in an instant and thrown into Linux. It can also be processed in batches quickly@.@ Okay
[Related Q&A recommendations ]:
I have never seen this time format, how to format it with PHP
The above is the detailed content of 10 recommended articles about php format. For more information, please follow other related articles on the PHP Chinese website!