Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
Menu
strtolower.php : strtolower « String « PHP
PHP
String
strtolower
strtolower.php
<?php $url = "http:
//WWW.EXAMPLE.COM/";
echo strtolower($url); ?>
Related examples in the same category
1.
Changing case
2.
Controlling Case: string strtoupper ( string string ),string strtolower ( string str )
3.
string strtolower ( string str ) returns that string entirely in lowercase characters.
4.
strtolower() function converts a string to all lowercase letters.