Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

convert string to lowercase in php

echo strtolower('HELLO WORLD'); // hello world
 
PREVIOUS NEXT
Tagged: #convert #string #lowercase #php
ADD COMMENT
Topic
Name
4+2 =