Horje
capitlise php Code Example
capitlise php
<?php
$foo = 'hello world!';
$foo = ucfirst($foo);             // Hello world!

$bar = 'HELLO WORLD!';
$bar = ucfirst($bar);             // HELLO WORLD!
$bar = ucfirst(strtolower($bar)); // Hello world!
?>
Source: www.php.net




Php

Related
check request header laravel Code Example check request header laravel Code Example
fix excel file wrong language php Code Example fix excel file wrong language php Code Example
check if url is https laravel Code Example check if url is https laravel Code Example
option value selected in laravel blade Code Example option value selected in laravel blade Code Example
php get ip from host Code Example php get ip from host Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
6