In DB and MDB equivalent methods are called fetchOne(). It would therefore be nice PDO could follow such widely established standards in method naming. Also fetch one is more descriptive since fetchSingle() could be mistaken for a single row or column. Finally fetchOne() is even slightly shorter.