Code Context $xml = $this->get_xmp_array($xmp_data);
foreach($xml['Seq'] as $row) {
$single_data = array();
$item_details =
[
'path_root' => '/media/images/IMAGES DONE/',
'drive' => 'D',
'originalpath' => 'D:/Images/Images Done/Library/SF290/227850.jpg',
'FileSize' => '453 KB',
'is_book' => false,
'keywords' => 'Soccer',
'real_path' => '/media/images/IMAGES DONE/Library/SF290/',
'path' => 'Library/SF290/227850',
'file_path' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF290/',
'file_pathBig' => 'https://www.sportsfile.com/web/winshare/w540/Library/SF290/',
'file_pathSmall' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF290/',
'file_name' => '227850.jpg',
'id' => '227850',
'sku' => '227850',
'image' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF290/227850.jpg',
'imageBig' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF290/227850.jpg',
'imageBigPreview' => 'https://www.sportsfile.com/web/winshare/w540/Library/SF290/227850.jpg',
'imageSmall' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF290/227850.jpg',
'categorycode' => 'ABC',
'moreimages' => 'D0611038',
'headline' => 'St Patrick's Athletic v Cork City - eircom League Premier Division',
'headlineTruncated' => 'St Patrick's Athletic v Cork City - eircom League Premier Division',
'caption' => '6 November 2006; Michael Devine, Cork City. eircom League Premier Division, St Patrick's Athletic v Cork City, Richmond Park, Dublin. Picture credit: David Maher / SPORTSFILE',
'DateCreated' => 'Mon, 06 Nov 2006 00:00:00 +0000',
'ShortDate' => '06 Nov 2006',
'LongDate' => 'Monday 6th Nov 2006',
'db_DateCreated' => '200611060000',
'event_images_count' => (int) 13,
'event_images_count_text' => '13 Images',
'parent_block' => '',
'parent_block_class' => '',
'image_link_url' => 'https://www.sportsfile.com/more-images/D0611038/',
'w' => '2511',
'h' => '1901',
'dimensions' => 'width='180'',
'mobile_dimensions' => 'style="width:100%;"',
'orientation' => 'horizontal',
'iptc_leadimage' => 'False',
'is_editorial' => 'false',
'is_hidden' => 'false',
'width' => (int) 2511,
'height' => (int) 1901,
'display_priority_timestamp' => (int) 0,
'event_group_lead_image' => 'f',
'page_sort' => (int) 0,
'date_sort' => (int) 0,
'display' => 'true',
'reindex' => 'false',
'alt' => '6 November 2006; Michael Devine, Cork City. eircom League Premier Division, St Patrick's Athletic v Cork City, Richmond Park, Dublin. Picture credit: David Maher / SPORTSFILE',
'folderid' => (int) 5000,
'link' => 'https://www.sportsfile.com/id/227850/',
'purchase_item' => true,
'button' => '<a href='https://www.sportsfile.com/id/227850/'>Purchase This Print</a><br/>',
'single_image_link_text' => 'Purchase Print',
'gallery_actions_default' => '<div class="gallery-actions">
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.sportsfile.com%2Fid%2F227850&via=sportsfile&related=sportsfile%3AIreland%27s+largest+sports+photography+agency.&text=St+Patrick%27s+Athletic+v+Cork+City+-+eircom+League+Premier+Division" class="left" onclick="track_share_click('twitter');"><div class="icon-medium icon-medium-twitter"></div></a>
<a class="facebook left" target="_blank" onclick="track_share_click('facebook'); return !window.open(this.href, 'Facebook', 'width=640,height=300')" href="https://www.facebook.com/sharer/sharer.php?u=https://www.sportsfile.com/id/227850&t=St+Patrick%27s+Athletic+v+Cork+City+-+eircom+League+Premier+Division"><div class="icon-medium icon-medium-facebook"></div></a>
<a href="https://www.sportsfile.com/id/227850/" class="text12 gallerylink right gallery-history-link">Purchase Print</a></div>',
'gallery_actions_corporate' => '<div class="gallery-actions corporate-box"></div>',
'permission_name' => 'access_5000',
'twitter_share_link' => 'https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.sportsfile.com%2Fid%2F227850&via=sportsfile&related=sportsfile%3AIreland%27s+largest+sports+photography+agency.&text=St+Patrick%27s+Athletic+v+Cork+City+-+eircom+League+Premier+Division',
'facebook_share_link' => 'https://www.facebook.com/sharer/sharer.php?u=https://www.sportsfile.com/id/227850&t=St+Patrick%27s+Athletic+v+Cork+City+-+eircom+League+Premier+Division',
'gallery_actions' => '<div class="gallery-actions">
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.sportsfile.com%2Fid%2F227850&via=sportsfile&related=sportsfile%3AIreland%27s+largest+sports+photography+agency.&text=St+Patrick%27s+Athletic+v+Cork+City+-+eircom+League+Premier+Division" class="left" onclick="track_share_click('twitter');"><div class="icon-medium icon-medium-twitter"></div></a>
<a class="facebook left" target="_blank" onclick="track_share_click('facebook'); return !window.open(this.href, 'Facebook', 'width=640,height=300')" href="https://www.facebook.com/sharer/sharer.php?u=https://www.sportsfile.com/id/227850&t=St+Patrick%27s+Athletic+v+Cork+City+-+eircom+League+Premier+Division"><div class="icon-medium icon-medium-facebook"></div></a>
<a href="https://www.sportsfile.com/id/227850/" class="text12 gallerylink right gallery-history-link">Purchase Print</a></div>',
]
$sql = 'select user_activity_tbl.*,users_tbl.name from user_activity_tbl
inner join users_tbl on user_activity_tbl.user_id=users_tbl.user_id where path='Library/SF290/227850' and action like '%editorial_image'
order by id'
$conn = object(Cake\Database\Connection) id:0 {
'config' => [
'password' => '*****',
'username' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'driver' => 'Cake\Database\Driver\Postgres',
'persistent' => 'false',
'timezone' => 'UTC',
'flags' => [
],
'cacheMetadata' => true,
'log' => false,
'quoteIdentifiers' => false,
'datasource' => 'Database/Postgres',
'schema' => 'public',
'prefix' => '',
'encoding' => 'utf8',
'url' => null,
'name' => 'default',
]
'driver' => object(Cake\Database\Driver\Postgres) id:1 {
'connected' => true
}
'transactionLevel' => (int) 0
'transactionStarted' => false
'useSavePoints' => false
'logQueries' => true
'logger' => object(DebugKit\Database\Log\DebugLog) id:2 {
protected _queries => [
'' => [maximum depth reached],
]
protected _logger => null
protected _connectionName => 'default'
protected _totalTime => (int) 3
protected _totalRows => (int) 1
protected _includeSchema => false
}
}
$query = object(Cake\Database\Log\LoggingStatement) id:0 {
protected _logger => object(DebugKit\Database\Log\DebugLog) id:1 {
}
protected _compiledParams => [
]
protected startTime => (float) 1758147554.2598
protected loggedQuery => null
protected _statement => object(Cake\Database\Statement\PDOStatement) id:2 {
}
protected _driver => object(Cake\Database\Driver\Postgres) id:3 {
}
protected _hasExecuted => true
}
$editorial_history = [
]
$file = '/media/images/IMAGES DONE/Library/SF290/227850.jpg'
$var = [
'var' => [
'www_dir' => '/var/www/html',
'www_url' => 'http://www.sportsfile.com',
'web_dir' => '/var/www/html/src/webroot',
'web_url' => 'http://www.sportsfile.com',
'mod_dir' => '/var/www/html/mod/',
'mod_url' => 'http://www.sportsfile.com/mod/',
'cls_dir' => '/var/www/html/src/webroot/class/',
'cls_url' => 'http://www.sportsfile.com/class/',
'xml_dir' => '/var/www/html/src/webroot/xml/',
'img_dir' => '/var/www/html/src/webroot/images/',
'img_url' => 'http://www.sportsfile.com/images/',
'css_url' => 'http://www.sportsfile.com/css/',
'js_url' => 'http://www.sportsfile.com/js/',
'_mstart' => (float) 1758147554.2422,
'_log' => '',
'_onload' => '',
'_style' => '',
'_script' => '',
'_main' => 'main',
'_action' => 'main',
'_file' => 'main',
'_xmlact' => 'main.xml',
'_source' => 'post',
'www_index' => 'http://www.sportsfile.com/index.php',
'www_self' => 'http://www.sportsfile.com/id/227850',
'www_script' => 'http://www.sportsfile.com/index.php?action=main',
'ccode' => 'EUR',
'cname' => 'Euro',
'cicon' => '€',
'email_support' => 'liam@zeitsolutions.com',
'twitter_widgets_js' => '<script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>',
],
'dataset' => [
'status' => [
(int) 1 => 'New Order',
(int) 2 => 'Sent To Printer',
(int) 3 => 'In Print',
(int) 4 => 'Cancelled',
(int) 5 => 'Posted',
],
],
]
$image_xmp_history = [
]
$key_data = [
'DRP' => 'Dropped',
'TXT' => 'Metadata Edited',
'ACT' => 'Sent to an Action',
]
$content = '��� JFIF ,, ���Exif MM * J R( �i Z � -� ' -� ' � � Ϡ m � �( � � H H ��� JFIF ,, �� C !"$"$�� C�� � �! ��
�� � } !1AQa"q2���#B��R��$3br�
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz������������������������������������������������������������������������
�� � w !1AQaq"2�B���� #3R�br�
$4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz����������������������������������������������������������������������� ? �с�=y�M���(�9<� ��@ E ��r
4Q@�)s�@ E 9�(8��{RP�4S� �IC��@PE PV4�+�KP���-乻��a��-#�¨�$
hP���[R�6�kw�5{��߫��c˲l/˻v\e��>Rx�(PY���⳧QM]
���K�t?�A>�{����[Z����#f�!*X����5w��M�Lj�ѵ+��A��gA"�?4gh�``���<pj%Y)(�W��5k�c��[#t��k����T+T�$(�E PE;6�%�=����QH� (�� +� b��_�,Z���D���L��Tƀ{�� ��U�$c��;/ڗ^���}؛Q�-m��D�H߫%|�� J�\�=��
)��+���o�d��Bꔥ�˒��>�
�_|9�5;{]J�R���s���@f^ܨPy��J��|8�/�D�(U�a�n-����n���_��F"q�EI|W�ҿ���ojҳ����|Sv��j%V*�F0Gb���vڛ$)�8������!�EP Q@ ����R ��
( ��
�����Y|f��fQ�n���I��Ђ��6.��E�]t.���z��}Z�u���m�{{x�+)�hiT9�D#�[>����^����6Rǣ�F
3ȑ\I+ǵz�R��8���2����ce5&{�EЅ��u���.�� ��p`���N�t�� u��
xn�_�����M�2�.!l����`��3�+�S�� �b��v��%�swgg��� �#�%�Y��SIm��\�n����b��27�'XزG1�'�X��{��]�)�V� Q@ ��`+RUI QPE0
( ��}��h��?�E��[��B���m#�2ğ��Nx ��>5�����\M�]�O`W�?�~�W� u�+�<a�^, �$�"8UЕPH� hט��]?�腹��5_
?��]*;�"�Y�!���u���B�z�
����t�-nK�6��Xᱝ8�t� �����%P %x�Y�1� R��5�.IFQ��_���ּm���诤Z^���n-�lx�F�
J�F2v�~�o��7�u9-�k�Mԛ&c� �~oǭz9�I\�i*Q2����(�� ^�(�`��Sv ���`Q��th�H�Ƭ��*���O@}�g��
����
z5���-_M���ow!�4%1�G�H��Tj�cG��2����M���4�)�"x�ĈS<1��H8$u�/��P[�V���P�c�67���\�èR��氝�ׯ�:��YfC%��yb�.mdq�h��
�g�~��>8��S[�ʹ�Qe-�J
�����.\\7�p+�8�&��h��}�f��k��5�����2�ۆ(
cܸ+�PA�=|U�W�ׯ�<)�x���WT��$*����Nb���ia��U�wg4a)�N*�M�ldx�l.��6��4,�O����J��5�tCMh� QM[�AE
XaE
)�QH� ���F������iž�u�$�쑐�U��r=����������ق�N"�bC�� �����8��Ф�RG̾(��|M��|G��+�e���%`H��V`C}�O�{��E�kޏ}�
���=�������zgh��Ԟ�=�?8�s��*�v�md������t>�
��My�o�?����m.K�.(��ژe#�=�s����n=gN��5�"C��
�q_s����t���y���-Oc�o���f���,�d�O=�&+�,A��V�y�l5��n���Xё��� XW���km���4u^���kn,.��y��@<� �3���B�3��"��zU�V��FiV���A-��!�'9�#�0��gT�_�;|����]��vW�#���J+���
( ��
Ny4�0
) QL�@��i7�֧��/$��1U$ $
��r*g5���쏫��sO�χ��H�3�0�8�>���\�ۦ�⻛��
me ��r�(`3��n:`W�fU�4�����Hǧ��v��yF�s��H��=�{s�+�~i����:Ks3L�����g���I[�����G����_ ���W
<g�*8#>�*A��zWΞ+�wyay ���#i��� ��]-�#z$���o����2���_{�������!}'�v���B�N�;�\�:�� �W]:���I��r�ڐ��FBOPx��2�|����9�jbi�
iY�rZ=7�w�pV�c�I�K��A�o"wfT�� c���B6�5��w�v�PM�
��oC�_;ŕy'J�� +x(�3�?�~��+�4K��5��F{<g�`{��5�_�a��F5a��y�_@��$Z)����%� )hL��]%����p�Z���<�Q��vc��&��w�<�W�e�I��b���>����U�=Y�� ���,�e�I+�I7�����oFzYmi''�!�n
��4�=����+c�� ��kǢ��}w&�Np&B3 �e=A� �]��N�wN�ת:h�
����]2�\�:=�O
$7[F���/�
��_@I�+H��u�����yYL��~\��5��Q�/�(��-���=;F�5�խ.�G�Y[G0,���F �@�O��sǺ�֫a}�[����|Xd�� yGs�������!{Weg����5�<œ\I�B�k<�Am@ ���s�Ǩ�<�{œ�&��%V�}�v,ŗ|�d �vd��|
�v�H� �K~X�wm;� � �<yBR�6֗��h^$�-�t���95U�l���S�w��6;� 3�z�ٴ�&i۬?�c�(9� �W�q���F��k��G�M����a�cU�>r�����|;}*�$Is�`Cc����?�9�YMK���gc�}bV��
+�8�� ZJ�jE&E -% w?4�5���ɍn�� �&$i@�e}��^Fbx]��qE�I#����2��T�F� |�� #�����<���D���k_�IUU
��`�d��/-��mo9���Y��C�Ɗ��=�s�� we4j���Jw]m.��}�mG;[SپB�x^�j(Iu;�"8� �lp����Lڍ��wo
���$@����g%��8�4�KK�,l���=>�,�R8=�?�>��;HA��QA̮�QF}Os�^4��]�ݷ�G����g�<a�-�.�%�Hv��3���=+珎��g��
ܟ.m8 $*�U�`��W�_��g��S�WzQ��o���8��T�6����5�=�6kKmB�MK�F�$dx��<�s�#$�ψ�,cFh��A��48aԟ�ɸ�1�q�����'_�wQz+�n�5�՟~����9���|c�;��B��ܤk� �@ {t `p ���p�x��ƔvH���s���V�l���q���4۩'�
��2HJ��Z���(n��@R{�|/�;\ą-�"Q7�n�nxݵ��8�y�>7�Ҳ��Zl+&�XJ��g\� ��R>��3��~�c��Z�Vo{Y�i����W��8��qo5I`���M��1cvy]}F$��v���t�B�ֶ�is��g ��5Ӄ�:R�w{��K|����/5'���㥖��آ�F��?�\6>�s���^x6�L��H:���Jn�I��5�1 �������k�t�.^~gK�����.I\�� ��}O�4��n�2ؽ��o�,Q��0�nwdg3��a����pi ��w���B����b%�m�[�
v��'$W����q��"m�.������˺N1����x�{E_��щ5ޱ��iV�����̗./"��3l��-7��� �;�KU� x
��Z5���&ՠ�/5�d,��f�_iue7`��G+�N��l�I);ٷi7��%uo=3�9WM�o붝���4[g&m����;�z�Ʒ��_Z�����D�P�rǁ�,y�_�S��7�~��;�f
��E P��`�v4�1�� �Pm��g��;A�ץ Ғ��pr==� ���Ԑ E �˷o��OQ���-j�6�(J��8�_�K���4�G��{I�h����}=b�/�r��)��6s��v��i�yf�{Gi-d�(ٔ�#�G>��2��EV=�v�Y���9�Þҙt��#��f�X%�=�TTr�mb���c�x��.&�<w\"�/��k��8�X�pVǨ�^#6�Fn^���e}�W���)����Z[ Q��k�m�;#_�:�+�!�t[��O</#���?�A\Xz�ҴW����=�|���]+�w�}��5�p����$�y����{��L�>��~��kɫ�� �����p�̣E{ǞP��P+�l�{R�����'̼T����4�i�'s�pE ��t�����&Ҽ}1�.:�}F(��%$�w��Ĥ䌞I�֍@T�@���'�?i#&�>��Ք�|8𞲘�nt�x��#��0~����s����3ر��q��Ϻ�����*�i���2k�_�}e'�/CKP��"0̀�z�W�Y��i%���߆k��U({9���>���O얆�Pq�������MN�J5�&8P� x ��5ӄ�>4�ߨ���`����n����+��Z2��>�lv�n�{$�8��~���oR�f� s_�y��oN2�9��?Cq���nx"u����3� bE�(?Q�(��Rj�"�d��5 �z@;h=�6� @�m ���4��AHB��iB�����6�,
4
Qy�"~z��/�r*kl<T�.�wITt����?�W�z�/��rk�菭���S�m�&T;b�乜#-� �� ȮJQR^�ƆK�sx���u?�a#���/�BãIn�8�F59�B)Y-��Hv��#�?�|�Ji��4�D.ͩ���6��q�W��e[f�wO��qfJ�w�c�Yh�1�W�G�F7
<��8��]�����{�L��ydt��rO�0$�$������T�(� �OzP���@�oI�.�K;I{��c��?Φrq�}�v}�l�#�pr� �?�5�a=���50�}� ~<�ƿ��QO�>�b�d�5����d�|� g��E9�;ŠH"�X��������9y�>�����~�k^j-e�Ro�5���!��@�0�q��� XW��N٥����\w������0*9�t��Ϙ ����F��Xvd\�� ����0(s��(f'�րNW�( ��j@(8 ���V�u���HҬ��Elgg�2��@$�
�R4��r�&��T�?@���_��S�����0��S�{W��3�'�SG�[�����{g�����X�m�A��SZI�HZ�,۞0N~m�@�֝��wZ���S��ֺ%^��},j������4���O�2��kǿh�e{}:٥V�]��*��O�_G�R�kFݿ�ӗ� /�s�5;s�:RZ�e@qֿns���8��-�Eb�9�p���d-�*���U ��^(s�hW��c'�h��i �IԔ ��( gO��������[k��c�)
:���$T��\d���i��O�����|v��-M�T��I����n��}I�H���C�I���1{c8�ͳq4g�ᶕ�e��L�úU�W>Y_g��_u�o3ף�m�� �Կh[E�$'���eO�³b���
Hu��l�� �f�<�(ZN?���u��:/㿂�t{�R;m]�,b�Ŧ�+y! � R3�8���~�~��i�����Ľg3Y��qK�� � �8t�w�yu�F�y:�ݾ��P��H��5��J�99�3�¾���b����p�Ggl�H�����s�NI~-��������(�����y��X�-A�\��9���H�\�%�5�;��ta��s�[���A�+p:})0qȪh� ^����=8�#���I�Ri�x����+��Z��Y9g�:��H
��F@�8�R��a\u t��+��zl���[��
e1<��(',v�n���Q�O�����zA"#׀y�]��1]>$�@W���|Ly�t�]�[��7f��2�nEq�{�ճ�35��${s����뺄ycc��C Jn sEj+��h�j���?
4[��ʐéB������ce%H+����w���~�E���T�U�E���
�Q��)�o^��JN]$�*x��o��4'���O�<'��_��L����p:���߭,�߀��O x9�P>Ы���'���`r�O|��?�� ���� o���E�|�8?��x�8���G�=� �G��N6��6�s����pz� G9� q��>�� ���/q��?�?7��Q���A�|#�Ɠ�Γ0 �� �� ��=xě|)6ty��OO��� ~�^%��
x1A��<�h� /#99#�q�Z t߳߀[�O�|�7�����\����މ� g�4q<'��pG�_H��p3�.9ϭ <�ϟ|��dno�v��p<���G<9�Q�=��xK��۔�m&fm�c��� ������a�w�|r�f4i�#� ��1�8��O�=x�y�Td(
�F��rrF.F1�8�@o��if_ x?���P�3�o�`�8�9�)���>� � �W�{����l��#�<��F0x9� ��ُg�| ��Ѧ9����Om�� Xo�>[��xB;m�t�Y�_h�s��t��&��jN:�}?�/�ոΥ��õ�X4�"l�����7nr:c��/�� ���O��a������/��9o��)� �m�4�P_� ���ƭ+�
� �=������ ��PPhotoshop 3.0 8BIM � DML 00197457 ABC
OWNER00943 Soccer7 20061106A Color Factory 8.0P David Maher / SPORTSFILEU David Maherg D0611038i BSt Patrick's Athletic v Cork City - eircom League Premier Divisionx �6 November 2006; Michael Devine, Cork City. eircom League Premier Division, St Patrick's Athletic v Cork City, Richmond Park, Dublin. Picture credit: David Maher / SPORTSFILE� CP_1252�
3604403197� !5078029DCC8C4CA2 B185243C3A3FCFFC� 533444573128483013�BModel: NIKON D2H
Orientation: 1
Resolution: 300.000
ResolutionUnit: 2
Software: Adobe Photoshop CS2 Windows
Artist: David Maher / SPORTSFILE
Date and Time: 2006:11:06 20:32:59
Exposure Time: 1/400 Sec
F Number: 2.8
Flash: No
Quality: Very High
Zoom Length: 400 mm
Exposure Program: Manual
ISO Speed: 1250
Exposure Bias: 0.333
Metering Mode: Pattern
Light Source: Unknown
Zoom Length: 400 mm
UserComment: 65 83 67 73 73 0 0 0 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32
ColorSpace: 65535
� =E:\SF\CF\TransferSFLibrary\D\IMAGES\IMAGES DONE\Library\SF290�) 8BIM% (���Y-� e�{�&�P8BIM� , , 8BIM&