I am trying to learn PHP and stumbled across this problem of having bad keys in my array i have this function
public function pdf_read_root()
{
$this->root = $this->pdf_resolve_object( $this->c, $this->pdf_find_root());
}
but $this->root
is returning the wrong values, how do i get the individual contents, $this->c & $this->pdf_find_root
to see what is being used in pdf_resolve_object