| Result::getAutoIncrementValueGet autoincremented value Description
   public int mysql_xdevapi\Result::getAutoIncrementValue() Get the last AUTO_INCREMENT value (last insert id). ParametersThis function has no parameters. Return ValuesThe last AUTO_INCREMENT value. ExamplesExample #1 mysql_xdevapi\Result::getAutoIncrementValue example The above example will output: int(3) |