PHP: getCurrentPage()

Hi

Is there a method for PHP called getCurrentPage()?
I am trying to implement pagination looking at the examples but the method ‘getCurrentPage()’ seems to be invalid.

Is my understanding correct?

For those struggling with the PHP documentation that lacks any mention of some methods, here are some I have discovered:

getAsObjects()
getAsArrays()
getAsClasses()
getAsObject()
getAsArray()
getAsClass()
pageSize()
totalObjectsCount()
loadPrevPage()
loadNextPage()
loadPage()
retrivePageByUrl()

AND I get these errors when calling
oadPrevPage() loadNextPage()
loadPage()

Warning: file_get_contents(http://127.0.0.1:9000/v1/data/Customers?pageSize=5&offset=5): failed to open stream: No connection could be made because the target machine actively refused it. in D:\xxx\vendor\backendless\src\lib\HttpRequest.php on line 120

I have already set
Backendless::setUrl(“https://XXXXX/api”);

Backendless::initApp(‘XXX’, ‘XXX’, ‘v1’);

What is going on here?

It seems that the server has stopped.
Note that we do not provide free support for Standalone version. See https://backendless.com/support-policy

Thanks. The server has not stopped as I can use other API calls.
It looks like a bug only for PHP…