actindo ->docorg__file_get_contents
actindo -> docorg__file_get_contents: reads the content of the file at $path and returns it base64 encoded.
Signaturstring docorg__file_get_contents( string $sid, string $path )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • string $path
    the path to the file you want to read
     
Returnsstring
array('ok' => bool, 'data' => string)
 
Descriptionreads the content of the file at $path and returns it base64 encoded.