<?php
$fromData=array('id' => '004','shapeid' => 'circle','x' =>'360','y' => '560', 'tooltext' => 'vivek','labelpos' => 'bottom');
$ToData=array('id' => '005','shapeid' => 'triangle','x' =>'480','y' => '980', 'tooltext' => 'kimi','labelpos' => 'top');
$result[] = $fromData;
$result[] = $ToData;
print_r($result);
- Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.31, 8.2.0 - 8.2.26, 8.3.0 - 8.3.14, 8.4.1
- Array
(
[0] => Array
(
[id] => 004
[shapeid] => circle
[x] => 360
[y] => 560
[tooltext] => vivek
[labelpos] => bottom
)
[1] => Array
(
[id] => 005
[shapeid] => triangle
[x] => 480
[y] => 980
[tooltext] => kimi
[labelpos] => top
)
)
preferences:
83.34 ms | 408 KiB | 5 Q