Module: RubyPhpSerialization
- Extended by:
- RubyPhpSerialization
- Included in:
- RubyPhpSerialization
- Defined in:
- lib/ruby_php_serialization.rb,
lib/ruby_php_serialization/parser.rb,
lib/ruby_php_serialization/tokenizer.rb
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#php_unserialize(str) ⇒ Object
7 8 9 |
# File 'lib/ruby_php_serialization.rb', line 7 def php_unserialize(str) Parser.new.parse(str) end |