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

Conversation

andot
Copy link
Contributor

@andot andot commented Jul 10, 2014

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant