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($matches[0]);'
'return strtolower($treffer[0]);'
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
example 1. strtolower() example
beispiel 1. strtolower() -beispiel:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
63 $property = strtolower($property);
63 $subtags[1] = strtolower($subtags[1]);
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
see also strtoupper(), strtolower() and ucfirst().
siehe auch strtoupper(), strtolower() und ucfirst().
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
see also strtolower(), strtoupper(), and ucwords().
siehe auch strtoupper() und strtolower().
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
and the function strtolower() messed up the umlauts.
dabei hat es die umlaute total zerschossen.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
we just need to convert everything before into small letters with strtolower().
man muss nur vorher alles erst einmal mit strtolower() alles klein machen.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
?> see also mb_strtolower(), mb_strtoupper(), strtolower() and strtoupper().
siehe auch asin(), atan() und cos().
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
*/ if (substr(strtolower($response), 0, 10) == 'location: ') {
if (dba_exists ("key", $id)) {
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 ){
$data [ 'tss' ][ $run ][ 'no_data' ].= $cs_lang [ 'noserverview5' ];
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
$file_ext=strtolower(substr($pic[name],strrpos($pic[name],\".\")));
$day=date("d.",$gallery['date']);
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
"; } } } // if it's an image, we also need to process the previews if( $row["resource_type"] == "1" ) { // calculate the extension of the preview file, depending on how it was saved if( $row["thumbnail_format"] == "same" ) { $previewext = strtolower( $fileext ); $destfilename = $row["file_name"]; } else { $previewext = $row["thumbnail_format"]; // remove the old extension and put the new one in place //print("file name = ".$row["file_name"]."
[default = /usr/bin/convert]'; $messages['help_thumbnail_format'] = 'format in which thumbnails are saved. [default = same as image]'; $messages['help_thumbnail_height'] = 'default height for small thumbnails.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting