About 619,000 results
Open links in new tab
  1. PHP String Functions - W3Schools

    PHP String Functions. The PHP string functions are part of the PHP core. No installation is required to use these functions.

    Missing:

    • Activity

    Must include:

  2. PHP: String Functions - Manual

    For even more powerful string handling and manipulating functions take a look at the Perl compatible regular expression functions. For working with multibyte character encodings, take a look at the Multibyte String functions.

    Missing:

    • Activity

    Must include:

  3. PHP String Functions - GeeksforGeeks

    Apr 3, 2025 · PHP provides a wide variety of built-in string functions. These functions perform various operations such as string transformations, character manipulations, encoding and decoding, and formatting, making string handling simpler and more efficient in PHP. In this article, we will discuss the most common PHP string functions.. PHP String Functions

    Missing:

    • Activity

    Must include:

  4. PHP String Functions: The Ultimate Guide with Examples

    PHP string functions allow developers to modify, search, compare, and format text dynamically. These built-in functions help in processing user inputs, handling text-based data, and generating dynamic content in PHP applications.

    Missing:

    • Activity

    Must include:

  5. PHP string built-in functions and methods cheat sheet

    Jan 9, 2024 · PHP’s extensive library of string functions and methods is indispensable for web development, ranging from simple data manipulation to complex pattern matching. This cheat sheet serves as a quick reference guide, highlighting how to effectively harness these capabilities in your PHP applications.

    Missing:

    • Activity

    Must include:

  6. PHP String Functions Complete Reference - GeeksforGeeks

    Jun 22, 2023 · parse_str () function is a built-in function in PHP which parses a query string into variables. Decode a quoted printable string in PHP into an 8-bit string. Convert an 8-bit string to a quoted printable string. Removes whitespaces or other …

    Missing:

    • Activity

    Must include:

  7. PHP String Functions: Built-in String Manipulation - CodeLucky

    PHP offers a rich set of built-in functions for manipulating strings, making it a powerful language for text processing. In this comprehensive guide, we'll explore the most useful PHP string functions, providing practical examples and in-depth explanations for each.

    Missing:

    • Activity

    Must include:

  8. PHP String Functions - A Detailed Discussion - Codeguage

    In this chapter, we'll explore a handful of string functions in PHP, ranging from functions to modify the casing of strings, to functions meant to search for given substrings within strings, to functions to slice strings from given starting positions to given ending positions, and so on.

  9. Mastering PHP String Functions: A Comprehensive Guide for …

    Jul 20, 2024 · Leverage PHP’s built-in string functions effectively to handle common tasks. Functions like trim() can be used to remove whitespace from the beginning and end of a string, while str_split() can split a string into an array of characters or substrings.

    Missing:

    • Activity

    Must include:

  10. Basic PHP String Functions with Examples - Tutorialsbook

    In the following section, we are going to discuss basic PHP string functions which are most commonly used in PHP script. 1) PHP strlen() function. PHP has a built-in function to check the length of the string. This is the most commonly used string function to validate the input field where users provide some characters of a certain length. Syntax

    Missing:

    • Activity

    Must include:

  11. Some results have been removed
Refresh