Skip to content

Интерфейс внешних функций DevelNext

Notifications You must be signed in to change notification settings

jphp-group-community/dn-dffi-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/jphp-group/dn-dffi-ext
https://github.com/HackMemory/dn-dffi-ext

dn-dffi-ext

static DFFI

callFunction($lib, $returnType, $functionName, Array $args, Array $types);
addSearchPath($lib, $path);

DFFIReferenceValue

DFFIReferenceValue($type);
DFFIReferenceValue($type, $value);
setValue($value);
getValue();

DFFIStruct

DFFIStruct($name, Array $types);
getResponse();

Типы

  • String
  • WString
  • Int
  • Long
  • Float
  • Double
  • Struct
  • Reference

DevelNext Foreign Function Interface

About

Интерфейс внешних функций DevelNext

Resources

Stars

Watchers

Forks

Packages

No packages published