Pdo V20 Extended Features

// Execute the query $stmt->execute();

// Continue processing other tasks...

// Execute the query asynchronously $stmt->execute(array(), array(PDO::ATTR_ASYNC_EXECUTE => true)); pdo v20 extended features

Pin It on Pinterest