Hi,

The current documentation is "As PDO::FETCH_INTO but object is
provided as a serialized string". Well, maybe.

What happens is

1) If the class implements Serializable then the unserialize() method is called.
2) Otherwise if __wakeup exists it is called.
3) Plain unserialize() is attempted.

I am not 100% we need to do all this because after all unserialize()
does this. But then again __set is mentioned in the page.

So, should I mention these or not?

Best

ChX

Reply via email to