select COLUMN_TYPE from information_schema.columns where table_schema='db_name' and table_name='table_name' and COLUMN_NAME='numbers'"
array(1) {
[0]=>
array(1) {
["COLUMN_TYPE"]=>
string(78) "enum('Queued','Delayed','Processing','Completed','Paused','Error','Cancelled')"
}
}
decodeURIComponent('\u0418\u043d\u0432\u0435\u0440\u0442\u043e\u0440 \u0441\u0432\u0430\u0440\u043e\u0447\u043d\u044b\u0439')
"Инвертор сварочный"
$(document).ready(function(){
var i = 1
$('#icon').click(function(){
$(this).css("-webkit-transform","rotate("+i*360+"deg)");
i++;
});
});
$var="User";
$dbh=new PDO("mysql:host=localhost;dbname=database;","root","");
$stmt=$dbh->prepare("UPDATE `users` SET user=:var");
$stmt->bindParam(":var",$var);
$stmt->execute();
$directory = '.';
$search_file = 'some_lf_filename';
/**
* return @bool
*/
$scanned_directory = in_array($search_file,array_diff(scandir($directory), array('..', '.')));
if ($a == $b) {
}