php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_sdlFunction Struct Reference

#include <php_sdl.h>

Data Fields

char * functionName
 
char * requestName
 
char * responseName
 
HashTablerequestParameters
 
HashTableresponseParameters
 
struct _sdlBindingbinding
 
voidbindingAttributes
 
HashTablefaults
 

Detailed Description

Definition at line 225 of file php_sdl.h.

Field Documentation

◆ binding

struct _sdlBinding* _sdlFunction::binding

Definition at line 231 of file php_sdl.h.

◆ bindingAttributes

void* _sdlFunction::bindingAttributes

Definition at line 232 of file php_sdl.h.

◆ faults

HashTable* _sdlFunction::faults

Definition at line 233 of file php_sdl.h.

◆ functionName

char* _sdlFunction::functionName

Definition at line 226 of file php_sdl.h.

◆ requestName

char* _sdlFunction::requestName

Definition at line 227 of file php_sdl.h.

◆ requestParameters

HashTable* _sdlFunction::requestParameters

Definition at line 229 of file php_sdl.h.

◆ responseName

char* _sdlFunction::responseName

Definition at line 228 of file php_sdl.h.

◆ responseParameters

HashTable* _sdlFunction::responseParameters

Definition at line 230 of file php_sdl.h.


The documentation for this struct was generated from the following file: