|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-25 09:19 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 15:00:02 2025 UTC |
$fh= fopen( $HTTP_POST_FILES[$posted]['tmp_name'], "r" ); $blob= ibase_blob_import( $fh ); // this reports unprintable characters instead // of values like 24:2c error_log("blob= ". $blob ,); ibase_query( "insert into table(filebin) values($blob));