Manuals

 

SetaPDF_Signer::setTimeOfSigning()

Description

class SetaPDF_Signer extends SetaPDF {
mixed setTimeOfSigning ( integer $timeOfSigning ) }

This method is a synonym method for:

$this->setSignatureProperty('timeOfSigning', $timeOfSigning);

Parameters

$timeOfSigning

A unix timestamp representing the time of signing.

If null is passed the time of signing will be the local time of the server.

Return Values

True is everything works as expected or an SetaPDF_Error object if an error occurs.