php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "format"

In what scenarios would using a semicolon-separated ini format be more suitable than a traditional CSV format for data manipulation in PHP?

Using a semicolon-separated ini format may be more suitable than a traditional CSV format for data manipulation in PHP when dealing with configuration...

In what scenarios would converting PHP output to a PDF format be more advantageous than converting it to a JPG or PNG format?

Converting PHP output to a PDF format would be more advantageous than converting it to a JPG or PNG format when the content needs to be easily printab...

How can a date format with microseconds be reformatted in PHP?

When working with date formats that include microseconds in PHP, you may need to reformat the date to a different format. This can be achieved by firs...

How can one ensure that the XML format sent by SoapClient matches the required format for server communication?

To ensure that the XML format sent by SoapClient matches the required format for server communication, one should carefully construct the SOAP request...

What function can be used to format numbers in PHP?

To format numbers in PHP, you can use the number_format() function. This function allows you to format a number with grouped thousands and decimal poi...

Showing 46 to 50 of 10000 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.