php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "periods"

In PHP, how can a function like str2num be used to handle conversion of numeric strings with different decimal separators?

When dealing with numeric strings with different decimal separators, such as periods or commas, a function like str2num can be used to handle the conv...

What adjustments can be made to the given PHP code snippet to ensure that URLs at the end of sentences are correctly linked?

The issue with the given PHP code snippet is that it does not correctly identify URLs at the end of sentences and link them. To solve this issue, we c...

What are the main differences between using sessions and cookies in PHP?

The main difference between using sessions and cookies in PHP is that sessions store data on the server side while cookies store data on the client si...

What are some alternative methods or functions in PHP for formatting numbers with separators?

When working with numbers in PHP, it is often necessary to format them with separators such as commas or periods for better readability. One common wa...

How can PHP developers ensure that their code remains organized and easy to manage when commenting out sections of code?

When commenting out sections of code in PHP, developers can ensure their code remains organized and easy to manage by using clear and descriptive comm...

Showing 176 to 180 of 184 results

‹ 1 2 ... 28 29 30 31 32 33 34 35 36 37 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.