We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi.. Please I have the following issue:
So I would need the actual content, not Resource id.
Any ideias how to solve this ?
Many thanks.. cheers!
The text was updated successfully, but these errors were encountered:
I found the solution to this problem
Since it returns resource id We have to execute
stream_get_contents($clobField);
It will return the content.
This link I found the solution http://wezfurlong.org/blog/2005/oct/lob-support-added-to-pdo-oci-in-php-5-1-cvs-finally/
It says that we also can set this $db->setAttribute(PDO::ATTR_STRINGIFY_FETCHES, true);
to return Strings.. I did'nt tried but seems a nice solution too..
Thanks!
Sorry, something went wrong.
No branches or pull requests
Hi.. Please I have the following issue:
So I would need the actual content, not Resource id.
Any ideias how to solve this ?
Many thanks.. cheers!
The text was updated successfully, but these errors were encountered: