Search
 
SCRIPT & CODE EXAMPLE
 

PHP

minuscule string php

<?php
$str = "Marie A un Petit Agneau, et l'aime TRès fORt.";
$str = strtolower($str);
echo $str; // marie a un petit agneau, et l'aime très fort.
?>
Comment

PREVIOUS NEXT
Code Example
Php :: laravel drop column if exists 
Php :: if any error in blade laravel 
Php :: run raw sql with doctrine manager 
Php :: php validate only numbers 
Php :: php find key in array 
Php :: add another field in existing migration laravel 
Php :: dir name php 
Php :: php put print_r into variable 
Php :: php date to seconds 
Php :: wordpress get perma link 
Php :: acf get user form field 
Php :: php array to csv 
Php :: remove cookies php 
Php :: Using middleware auth laravel in controller constructor 
Php :: create a user using tinker 
Php :: how to run a specific migration in laravel 
Php :: php mkdir recursive 
Php :: how to write php in javascript file 
Php :: php array join 
Php :: how to check if PHP-FPM is running 
Php :: php get values that exist in both arrays 
Php :: create wordpress user programatically 
Php :: send email php smtp hostinger 
Php :: Missing expression. (near "ON" at position 25) 
Php :: display image in laravel 
Php :: how to create a logout button in wordpress 
Php :: acf gallery 
Php :: base url in php 
Php :: php get text from html 
Php :: wordpress check if page is password protected 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =