-
Notifications
You must be signed in to change notification settings - Fork 0
cDate::PrintOn()
Rainer Stötter edited this page Apr 28, 2017
·
15 revisions
public mixed libdatephp\cDate::PrintOn(resource $fptr)
- Namespace : libdatephp
- Class name: cDate
- 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