How to get all post_parents of a post?

You clearly refer to this function which is used like this :

global $post;
$parents = get_post_ancestors( $post->ID );