Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Load Binary FileLoad a binary file into a CkByteArray object. (Actually, any file, text or data can be loaded. If it is a text file, the character data is treated as binary.) use chilkat; $zipData = new chilkat::CkByteData(); $success = $zipData->loadFile("dude.zip"); if ($success != 1) { print "Failed to load file" . "\r\n"; } else { print "Success" . "\r\n"; } |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2007 Chilkat Software, Inc. All Rights Reserved.