Resource.hx 141 B

123456789
  1. package php;
  2. /**
  3. PHP native `resource` type
  4. @see http://php.net/manual/en/language.types.resource.php
  5. **/
  6. abstract Resource(Dynamic) {
  7. }