selenin Posted February 26, 2011 Share Posted February 26, 2011 Hi Do I have to make a preg_match() for this: O:23:"Zend_Oauth_Token_Access":1:{s:10:"�*�_params";a:4:{s:11:"oauth_token";s:50:"245475247-5pG1VUSK54pJSNrEqRrIw0TdtFkANtVDjoAGuUvj";s:18:"oauth_token_secret";s:41:"U6NwDpNvI7rp2rYfcPO7BSTZUXXepfVctNSi1JnsU";s:7:"user_id";s:9:"245475247";s:11:"screen_name";s:14:"esoterikforums";}} I would need "esoterikforums" Link to comment https://forums.phpfreaks.com/topic/228947-a-little-question/ Share on other sites More sharing options...
.josh Posted February 27, 2011 Share Posted February 27, 2011 no you should be using the relevant methods from the zend framework to parse that. http://framework.zend.com/apidoc/1.10/Zend_Oauth/Zend_Oauth_Token.html#var$_params Link to comment https://forums.phpfreaks.com/topic/228947-a-little-question/#findComment-1180190 Share on other sites More sharing options...
selenin Posted February 27, 2011 Author Share Posted February 27, 2011 Thanks a lot Crayon Violent, but this is too difficult for me , I'm not yet able to work with classes and objects, can only modify them a bit, but I will learn it... Link to comment https://forums.phpfreaks.com/topic/228947-a-little-question/#findComment-1180414 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.