HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact
View source

class Mysqli_result

package php.db

implements Traversable

@:native("Myslqi_result")

Available on php

See also:

  • http://php.net/manual/en/class.mysqli-result.php

Variables

read onlycurrent_field:Int

read onlyfield_count:Int

read onlylengths:EitherType<Bool, NativeIndexedArray<Int>>

read onlynum_rows:Int

Methods

data_seek(offset:Int):Bool

fetch_all(?resulttype:Int):NativeArray

fetch_array(?resulttype:Int):NativeArray

fetch_assoc():NativeAssocArray<String>

fetch_field():MysqliFieldInfo

fetch_field_direct(fieldnr:Int):MysqliFieldInfo

fetch_fields():NativeIndexedArray<MysqliFieldInfo>

@:value({ class_name : "stdClass" })fetch_object(class_name:String = "stdClass", ?params:NativeArray):{}

fetch_row():NativeIndexedArray<String>

field_seek(fieldnr:Int):Bool

free():Void

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe