From professional translators, enterprises, web pages and freely available translation repositories.
$data = strtolower($data);
$data = strtolower($data);
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
$mode = strtolower ( $mode );
$mode = strtolower ( $mode );
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
'return strtolower($treffer[0]);'
'return strtolower($matches[0]);'
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
beispiel 1. strtolower()-beispiel:
see also: set_flags() .
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
beispiel 1. strtolower() -beispiel:
example 1. strtolower() example
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
siehe auch strtolower() und ucfirst().
see also strtolower(), ucfirst(), and ucwords().
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
45 $subtags[0] = strtolower($subtags[0]);
45 if (!$declaration) {
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
siehe auch strtoupper(), strtolower() und ucfirst().
see also strtoupper(), strtolower() and ucfirst().
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
$bar = ucwords ( strtolower ( $bar )); //hallowelt!
imagedestroy ( $png );
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
63 $subtags[1] = strtolower($subtags[1]);
63 $property = strtolower($property);
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
man muss nur vorher alles erst einmal mit strtolower() alles klein machen.
we just need to convert everything before into small letters with strtolower().
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
if(strpos(strtolower($_server['http_all']),'operamini')>0):
if(isset($_get['action']))$action=$_get['action'];
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
$unit = strtolower ( substr ( $value , $value_length - 1 ) );
$unit = strtolower ( substr ( $value , $value_length - 1 ) );
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
if( strpos ( strtolower ( $_server [ 'all_http' ]), 'operamini' )> 0 ){
if( strpos ( strtolower ( $_server [ 'all_http' ]), 'operamini' )> 0 ){
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
$array = array ( 'alpha' , 'atomar' , 'beta' , 'bank' ); $array_lowercase = array_map ( 'strtolower' , $array ); array_multisort ( $array_lowercase , sort_asc, sort_string, $array ); print_r ( $array );
$o = new stdclass; $s = new splobjectstorage (); $s -> attach ( $o ); var_dump ( count ( $s )); $s -> offsetunset ( $o ); // similar to unset($s[$o]) var_dump ( count ( $s ));
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting