HttpStdinData Method (RUNTIME)
10.2
The HttpStdinData method retrieves STDIN data for a FastCGI session. The method uses the following format:
|
|
|
|
Where:
Optional. A Program Execution Label.
Required. A RUNTIME object that has been previously declared.
Optional. A Character String Variable that receives the STDIN data.
Flags Affected: EOS, OVER, ZERO
Note the following:
The EOS flag is set TRUE if the {return} Character String variable is too small to receive the STDIN data without being truncated.
The ZERO and OVER flags are always cleared.
The HttpStdinSize method can be used to predetermine the size of the STDIN data.
This method is not available under Windows CE or the PL/B WebServer.
See Also: RUNTIME, RUNTIME Methods, Method Syntax
![]() |