Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add isList, isMap & isRef methods for Php::Value #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jul 10, 2014

  1. Add isList, isMap & isRef methods for Php::Value

    If the array is zero-based indexed array, then isList return true, or
    return false. The result of isMap contrast with the isList.
    
    The result of isList is not always correct, but it's fast.
    
    If the variable holds a reference of a value, isRef return true, or
    return false.
    andot committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    2cc2a97 View commit details
    Browse the repository at this point in the history