php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "long string"

How can the warning "mktime() expects parameter 1 to be long, string given" be resolved in PHP?

The warning "mktime() expects parameter 1 to be long, string given" occurs when the mktime() function in PHP is passed a string instead of a long inte...

What is the best practice for converting an integer to a 10-character long string in PHP?

When converting an integer to a 10-character long string in PHP, it is important to pad the integer with leading zeros if the integer is less than 10...

What is the function in PHP that can be used to split long words in a string?

When dealing with long words in a string in PHP, you can use the `wordwrap()` function to split the long words into smaller chunks. This function allo...

How can you extract specific strings from a long string in PHP?

When you need to extract specific strings from a long string in PHP, you can use functions like `strpos()` and `substr()` to find the position of the...

How can the width of a textarea be adjusted to accommodate a long string in PHP?

When dealing with long strings in a textarea in PHP, you can adjust the width of the textarea to accommodate the string by setting the 'cols' attribut...

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.