Пример #1
0
/**
 * @param string $q
 * @return array | bool
 */
function q_assoc_row($q)
{
    return SQL::q_assoc_row($q);
}