мне 42 года
English upper intermediate, Немецкий - базовый
трое детей
if (is_null($a) || $b) {
if (is_null($a) || is_null($b)) {
if (is_null($a) || is_null($b)) {
if(isset($c)){
return $c;
}
if(isset($d)) {
return $d;
}
return $e;
}
return $e;
if (is_null($a) || is_null($b)) {
if(isset($c)){
return $c;
}
if(isset($d)) {
return $d;
}
}
return $e;
You might have mysqlnd installed, but it doesn't mean it is ready for use by the regular PDO extension (pdo_mysql), this is more often the case on shared hosting, so make sure to enable the nd_pdo_mysql extension, and also to disable other extension pdo_mysql as it might create an conflict.
Перевод Google Translate:
Возможно, у вас установлен mysqlnd, но это не значит, что он готов к использованию обычным расширением PDO (pdo_mysql), это чаще всего происходит на виртуальном хостинге, поэтому обязательно включите расширение nd_pdo_mysql, а также отключите другие расширение pdo_mysql, так как это может создать конфликт.