|   | 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 Group All rights reserved. | Last updated: Fri Oct 31 09:00:01 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));