$xml = '<?xml version="1.0" encoding="UTF-8"?>
<checkOrderResponse performedDatetime ="' . date( 'c' ) . '" code="' . $code . '" invoiceId="' . $post['invoiceId'] . '" shopId="' . $post['shopId'] . '"/>';
header( 'Content-type:application/xml;' );
echo $xml;
$user = User::find()->with('userBookmarks', 'userBookmarks.films' )->all();
$date = DateTime::createFromFormat('27.02.1993', 'd.m.Y');
echo $date->format('Y-m-d H:i:s');
if ( ! extension_loaded( 'mysql' ) && ! extension_loaded( 'mysqli' ) && ! file_exists( WP_CONTENT_DIR . '/db.php' ) ) {
wp_load_translations_early();
header( 'Content-Type: text/html; charset=utf-8' );
die( __( 'Your PHP installation appears to be missing the MySQL extension which is required by WordPress.' ) );
}