⚙️
PHP Tools Hub
Tools
PHP
Quick
Contact
Home
>
Tutorials
>
PHP
>
PHP Strings
>
String Functions
String Functions Tutorials
46 tutorials found.
📘
Get String Length
String Functions | strlen | PHP
📘
Count Words
String Functions | str_word_count | PHP
📘
Reverse String
String Functions | strrev | PHP
📘
Find Substring Position
String Functions | strpos | PHP
📘
Case Insensitive strpos
String Functions | stripos | PHP
📘
Find Last Position
String Functions | strrpos | PHP
📘
Case Insensitive Last
String Functions | strripos | PHP
📘
Extract Substring
String Functions | substr | PHP
📘
Replace Substring
String Functions | substr_replace | PHP
📘
Replace All Occurrences
String Functions | str_replace | PHP
📘
Case Insensitive Replace
String Functions | str_ireplace | PHP
📘
Repeat String
String Functions | str_repeat | PHP
📘
Pad String to Length
String Functions | str_pad | PHP
📘
Strip Whitespace Both Ends
String Functions | trim | PHP
📘
Strip Left Whitespace
String Functions | ltrim | PHP
📘
Strip Right Whitespace
String Functions | rtrim | PHP
📘
Split String into Array
String Functions | explode | PHP
📘
Join Array into String
String Functions | implode | PHP
📘
Alias of implode
String Functions | join | PHP
📘
Convert to Lowercase
String Functions | strtolower | PHP
📘
Convert to Uppercase
String Functions | strtoupper | PHP
📘
Uppercase First Character
String Functions | ucfirst | PHP
📘
Uppercase Each Word First
String Functions | ucwords | PHP
📘
Lowercase First Character
String Functions | lcfirst | PHP
📘
Convert Special Chars to Entities
String Functions | htmlspecialchars | PHP
📘
Convert Entities to Chars
String Functions | htmlspecialchars_decode | PHP
📘
Convert All to Entities
String Functions | htmlentities | PHP
📘
Convert Entities to Chars
String Functions | html_entity_decode | PHP
📘
Remove HTML PHP Tags
String Functions | strip_tags | PHP
📘
Quote String with Slashes
String Functions | addslashes | PHP
📘
Unquote Quoted String
String Functions | stripslashes | PHP
📘
Calculate MD5 Hash
String Functions | md5 | PHP
📘
Calculate SHA1 Hash
String Functions | sha1 | PHP
📘
Hash String with Algorithm
String Functions | hash | PHP
📘
Encode with Base64
String Functions | base64_encode | PHP
📘
Decode Base64 String
String Functions | base64_decode | PHP
📘
URL Encode String
String Functions | urlencode | PHP
📘
Decode URL Encoded String
String Functions | urldecode | PHP
📘
URL Encode RFC 3986
String Functions | rawurlencode | PHP
📘
Decode RFC 3986 URL
String Functions | rawurldecode | PHP
📘
Convert to JSON String
String Functions | json_encode | PHP
📘
Convert JSON to Variable
String Functions | json_decode | PHP
📘
Convert Value to String
String Functions | serialize | PHP
📘
Restore Serialized String
String Functions | unserialize | PHP
📘
Parse Query String
String Functions | parse_str | PHP
📘
Build Query String
String Functions | http_build_query | PHP