php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "custom formatting"

Are there specific PHP libraries or tools that can help in creating Excel files with custom formatting?

To create Excel files with custom formatting in PHP, you can use the PHPExcel library. This library allows you to set custom formatting options such a...

What are the best practices for implementing custom formatting rules, like bold text, in PHP applications like a Wiki?

To implement custom formatting rules like bold text in PHP applications like a Wiki, it is best to use regular expressions to identify the text that n...

How can custom functions in PHP, like br2nl(), be effectively used to manipulate text formatting?

Custom functions in PHP, like br2nl(), can be effectively used to manipulate text formatting by allowing you to easily convert line breaks (represente...

What are some PHP functions or libraries that can convert MySQL tables into Excel files with custom formatting?

To convert MySQL tables into Excel files with custom formatting in PHP, you can use the PHPExcel library. This library allows you to create Excel file...

How can custom functions be created in PHP to address formatting issues like adding trailing zeros to numbers?

When dealing with formatting numbers in PHP, one common issue is adding trailing zeros to ensure consistent decimal places. To address this, a custom...

Showing 1 to 5 of 9079 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1815 1816 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.