-
Notifications
You must be signed in to change notification settings - Fork 0
cDate::ScanFrom()
Rainer Stötter edited this page Apr 28, 2017
·
15 revisions
public mixed libdatephp\cDate::ScanFrom(resource $fptr)
- Namespace : libdatephp
- Class name: cDate
- This method is defined by libdatephp\cDate
ScanFrom( ) reads the managed date from a file handle - serializing
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
$fh = fopen( 'tst.txt', 'r' );
$dt->ScanFrom( $fh );
- $fptr resource - <p>the file handle of the file to read from</p>
This wiki page is part of the documentation of the PHP class library libdatephp