codler/pQuery
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Reference Datatypes: Array (a), Integer (i), String (s) Global methods get Gets PHP value is_a Check if it is array is_i Check if it is integer is_s Check if it is string length Length of array, string methods List available methods to_a Converts to array to_i Converts to integer to_s Converts to string Array methods item ( index ) Get item by index from the array add ( item ) Add item at end of array add_last Alias of "add" append ( array_of_items ) Concat array_of_items at end of array prepend Concat array_of_items at beginning of array remove ( & deleted_item ) Remove item at end of array remove_first ( & deleted_item ) Remove item at beginning of array remove_last ( & deleted_item ) Alias of "remove" Integer methods String methods
About
Makes PHP more powerful, inspired from Jquery, Python and Ruby!
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published