-
Notifications
You must be signed in to change notification settings - Fork 0
cDateISO::PrintOn()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public mixed libdatephp\cDate::PrintOn(resource $fptr)
- Namespace : libdatephp
- Class name: cDateISO
- This method is defined by libdatephp\cDate
PrintOn( ) prints the managed date to a file handle - serializing
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
$fh = fopen( 'tst.txt', 'w+' );
$dt->PrintOn( $fh );
- $fptr resource - <p>the file handle of the file to write to</p>
This wiki page is part of the documentation of the PHP class library libdatephp