package php
Available on phpPlatform-specific PHP Library. Provides some platform-specific functions for the PHP target, such as conversion from Haxe types to native types and vice-versa.
static associativeArrayOfHash (hash:StringMap<Dynamic>):NativeArray
static associativeArrayOfObject (ob:Dynamic):NativeArray
static dump (v:Dynamic):Void
Displays structured information about one or more expressions that includes its type and value. Arrays and objects are explored recursively with values indented to show structure.
static extensionLoaded (name:String):Unknown
Find out whether an extension is loaded.
static getClasses ():{}
static hashOfAssociativeArray<T> (arr:NativeArray):Map<String, T>
static isCli ():Bool
static loadLib (pathToLib:String):Void
Loads types defined in the specified directory.
static mail (to:String, subject:String, message:String, ?additionalHeaders:String, ?additionalParameters:String):Bool
See the documentation for the equivalent PHP function for details on usage: http://php.net/manual/en/function.mail.php
Parameters:
to |
|
---|---|
subject |
|
message |
|
?additionalHeaders |
|
null |
?additionalParameters |
static objectOfAssociativeArray (arr:NativeArray):Dynamic
static print (v:Dynamic):Void
Print the specified value on the default output.
static printFile (file:String):Unknown
Output file content from the given file name.
static println (v:Dynamic):Void
Print the specified value on the default output followed by a newline character.
static rethrow (e:Dynamic):Void
For neko compatibility only.
static serialize (v:Dynamic):String
Serialize using native PHP serialization. This will return a binary String
that can be stored for long term usage.
static inline toHaxeArray (a:NativeArray):Array<Dynamic>
static toPhpArray (a:Array<Dynamic>):NativeArray
static unserialize (s:String):Dynamic
Unserialize a String
using native PHP serialization. See php.Lib.serialize()
.
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/php/Lib.html