Data Object

Hi Folks,

I’ve pulled this data object from a mysql database, and I can’t figure out what it is. Is it an array, a multi-dimensional array, is it JSON, is it encoded, or decoded. Any help would be appreciated!

Thanks!

  • Chad

[code]	"
		a:18:{s:5:"label";s:0:"";s:9:"label_pos";s:6:"inside";s:9:"list_type";s:8:"dropdown";s:10:"multi_size";s:2:"34";s:15:"list_show_value";s:1:"1";s:4:"list";a:1:

			{s:7:"options";a:35:

				{i:0;a:4:

					{s:5:"label";s:0:"";s:5:"value";s:1:"0";s:4:"calc";s:0:"";s:8:"selected";s:1:"1";}

						i:1;a:4:{s:5:"label";s:178:"Update job knowledge by participating in educational opportunities; reading professional publications; maintaining personal networks; participating in professional organizations.";s:5:"value";s:1:"7";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}

						i:2;a:4:{s:5:"label";s:37:"Validate results by testing programs.";s:5:"value";s:1:"8";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}

						i:18;a:4:{s:5:"label";s:116:"Define the goals of the system and devise flow charts and diagrams describing logical operational steps of programs.";s:5:"value";s:2:"24";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}

						i:19;a:4:{s:5:"label";s:123:"Coordinate and link the computer systems within an organization to increase compatibility and so information can be shared.";s:5:"value";s:2:"25";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}

						i:20;a:4:{s:5:"label";s:160:"Prepare an analysis of costs and benefits so that management can decide if information systems and computing infrastructure upgrades are financially worthwhile.";s:5:"value";s:2:"26";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}

						i:21;a:4:{s:5:"label";s:65:"Train staff and users to work with computer systems and programs.";s:5:"value";s:2:"27";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}

						i:22;a:4:{s:5:"label";s:51:"computation needs a computer program is to address.";s:5:"value";s:2:"28";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:23;a:4:{s:5:"label";s:45:"Recommend new equipment or software packages.";s:5:"value";s:2:"29";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}i:24;a:4:{s:5:"label";s:60:"Conduct testing to ensure that the systems work as expected.";s:5:"value";s:2:"30";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}

						i:32;a:4:{s:5:"label";s:120:"Read manuals, periodicals, and technical reports to learn how to develop programs that meet staff and user requirements.";s:5:"value";s:1:"3";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}

						i:33;a:4:{s:5:"label";s:94:"Develop, document and revise system design procedures, test procedures, and quality standards.";s:5:"value";s:1:"2";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}

						i:34;a:4:{s:5:"label";s:132:"Test, maintain, and monitor computer programs and systems, including coordinating the installation of computer programs and systems.";s:5:"value";s:1:"1";s:4:"calc";s:0:"";s:8:"selected";s:1:"0";}

				}

			}

		s:21:"user_info_field_group";s:0:"";s:3:"req";s:1:"1";s:17:"calc_auto_include";s:1:"0";s:10:"user_state";s:1:"0";s:8:"num_sort";s:1:"0";s:11:"admin_label";s:0:"";s:5:"class";s:0:"";s:9:"show_help";s:1:"0";s:9:"help_text";s:0:"";s:9:"show_desc";s:1:"0";s:8:"desc_pos";s:17:"before_everything";s:9:"desc_text";s:0:"";

		}
	" [/code]

Looks like a json object.

Sponsor our Newsletter | Privacy Policy | Terms of Service